Skip to content

Commit

Permalink
pin rust toolchain to 1.71
Browse files Browse the repository at this point in the history
  • Loading branch information
fevral13 committed Sep 19, 2023
1 parent 0b2239d commit d60cbd1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.71
- name: Run tests
uses: actions-rs/cargo@v1
with:
command: test
run: cargo test --verbose

build_and_deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d60cbd1

Please sign in to comment.