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 f699376
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: install exact rust compiler
run: rustup toolchain install 1.71 && rustup default 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 f699376

Please sign in to comment.