Skip to content

Commit

Permalink
chore(ci): specify explicit toolchain
Browse files Browse the repository at this point in the history
This is now necessary given the lack of a toolchain override file.
  • Loading branch information
AlexTMjugador authored Oct 21, 2022
1 parent 2b1f7a8 commit ff60d7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
- name: 🧰 Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
target: ${{ matrix.target }}
profile: minimal
components: rust-src, rustfmt, clippy
Expand Down

0 comments on commit ff60d7d

Please sign in to comment.