Skip to content

Commit

Permalink
different syntax for pinned nightly toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
jberthold committed Aug 29, 2024
1 parent 116585e commit 529be01
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ jobs:
submodules: recursive

- name: "Set up nightly Rust" # https://github.com/rust-lang/rustup/issues/3409
uses: dtolnay/rust-toolchain@nightly-2024-08-28
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2024-08-28

- name: 'Set up tree for rust dependency of smir_pretty'
run: make smir-pretty-setup
Expand Down

0 comments on commit 529be01

Please sign in to comment.