Skip to content

Commit

Permalink
Pin to v1.72
Browse files Browse the repository at this point in the history
  • Loading branch information
cottinisimone committed Mar 7, 2024
1 parent 55829cd commit ec051af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- run: rustup install 1.72.0
- uses: taiki-e/install-action@cargo-make
- run: rustc --version
- run: cargo make fmt-check
- run: cargo make clippy
- run: cargo make docs
Expand All @@ -23,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- run: rustup install 1.72.0
- uses: taiki-e/install-action@cargo-make
- run: cargo make test

Expand Down

0 comments on commit ec051af

Please sign in to comment.