Skip to content

Commit

Permalink
Fix toolchain for REPL workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Oct 9, 2023
1 parent 15d321b commit 2a86412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/repl-artefacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install Toolchain
uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly
toolchain: nightly-2023-10-05
targets: x86_64-unknown-linux-gnu
- name: Cache cargo
uses: actions/cache@v3
Expand Down

0 comments on commit 2a86412

Please sign in to comment.