Skip to content

Commit

Permalink
Fixing rust version in CI because TOML toolchain was not being honore…
Browse files Browse the repository at this point in the history
…d previously. (#24)

* Fixing rust version in CI because toolchain was not being honored previously.
  • Loading branch information
Nathan Roach authored Feb 14, 2023
1 parent 2e74d6e commit 73d382c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ jobs:
uses: actions/checkout@v2

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
uses: codota/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true

- name: Cache dependencies
uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit 73d382c

Please sign in to comment.