mirror of
https://github.com/ApfelTeeSaft/LiveSplitOne.git
synced 2026-09-03 11:53:24 +00:00
Manually install wasm-bindgen again
This commit is contained in:
@@ -60,11 +60,11 @@ jobs:
|
||||
cmake .
|
||||
make wasm-opt
|
||||
|
||||
- name: Install wasm-bindgen-cli
|
||||
uses: actions-rs/[email protected]
|
||||
with:
|
||||
crate: wasm-bindgen-cli
|
||||
use-tool-cache: true
|
||||
# FIXME: Use actions-rs/[email protected] again once it can handle wasm-bindgen
|
||||
- name: Install wasm-bindgen
|
||||
run: |
|
||||
set -e
|
||||
cargo install wasm-bindgen-cli
|
||||
|
||||
- name: Install npm packages
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user