Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kroist committed Feb 12, 2024
1 parent fa57c16 commit 74d70c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: $(echo $(cat legacy-shielder/rust-toolchain))
toolchain: nightly-2022-11-28

- name: Install WASM target
working-directory: legacy-shielder
Expand Down Expand Up @@ -74,6 +74,8 @@ jobs:

- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2022-11-28

- name: Install WASM target
working-directory: legacy-shielder
Expand Down

0 comments on commit 74d70c0

Please sign in to comment.