Skip to content

Commit

Permalink
try with nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
heeckhau committed Dec 15, 2023
1 parent 27b6ec0 commit 9812378
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

# - name: Install stable rust toolchain
# uses: dtolnay/rust-toolchain@stable
# with:
# targets: wasm32-unknown-unknown
# toolchain: stable
- name: Install stable rust toolchain
uses: dtolnay/rust-toolchain@stable
with:
targets: wasm32-unknown-unknown
toolchain: nightly

# - uses: jetli/[email protected]
- uses: jetli/[email protected]

- name: Install
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
# - name: Install
# run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

- name: Use caching
uses: Swatinem/[email protected]
Expand Down

0 comments on commit 9812378

Please sign in to comment.