Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-tennert committed Oct 8, 2023
1 parent ae18f59 commit 193cd27
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
toolchain: stable
override: true
target: wasm32-unknown-unknown
components: wasm-bindgen-cli

- uses: actions/cache@v2
with:
Expand All @@ -26,6 +25,9 @@ jobs:
restore-keys: |
cache-${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.toml') }}
cache-${{ runner.os }}-cargo
- name: Install wasm-bindgen-cli
run: cargo install wasm-bindgen-cli

- name: Run cargo check
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 193cd27

Please sign in to comment.