Skip to content

Commit

Permalink
update github actions workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
litecreator committed May 29, 2021
1 parent d5de69b commit a3637fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# `cargo check` command here will use installed `nightly`
# as it is set as an "override" for current directory

- name: Utilize Nightly 03-34-2021
- name: Utilize Nightly 03-24-2021
run: |
rustup install nightly-2021-03-24
rustup target add wasm32-unknown-unknown --toolchain nightly-2021-03-24
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
# `cargo check` command here will use installed `nightly`
# as it is set as an "override" for current directory

- name: Utilize Nightly 03-34-2021
- name: Utilize Nightly 03-24-2021
run: |
rustup install nightly-2021-03-24
rustup target add wasm32-unknown-unknown --toolchain nightly-2021-03-24
- name: Run cargo check
run: WASM_BUILD_TOOLCHAIN=nightly-2021-03-24 cargo check --tests

Expand Down

0 comments on commit a3637fe

Please sign in to comment.