Skip to content

Commit

Permalink
fix: pin toolchain to avoid panics
Browse files Browse the repository at this point in the history
  • Loading branch information
arlyon committed Dec 5, 2022
1 parent ebd2446 commit 5e3ff5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
# regular nightly currently causes panics, so pin this
toolchain: nightly-2022-09-27-x86_64-unknown-linux-gnu
target: wasm32-wasi
override: true
- name: Set up Node 14
Expand Down

0 comments on commit 5e3ff5f

Please sign in to comment.