Skip to content

Commit

Permalink
ci: install nightly toolchain
Browse files Browse the repository at this point in the history
resolves PYRO-96
  • Loading branch information
sargon64 committed Apr 20, 2024
1 parent 0c5a07e commit 8ecc62a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
toolchain: stable
override: true

- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
profile: minimal
components: rustfmt

- name: Set up cache
uses: actions/cache/restore@v4
with:
Expand Down

0 comments on commit 8ecc62a

Please sign in to comment.