Skip to content

Commit

Permalink
upd github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kroist committed Feb 12, 2024
1 parent 7bb634a commit 79ede99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:

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

- name: Install WASM target
run: rustup target add wasm32-unknown-unknown
Expand Down Expand Up @@ -62,6 +64,8 @@ jobs:

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

- name: Install WASM target
run: rustup target add wasm32-unknown-unknown
Expand Down

0 comments on commit 79ede99

Please sign in to comment.