Skip to content

Commit

Permalink
trying something
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienjuif committed Dec 2, 2023
1 parent 43a3d9a commit 90bf1f3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ jobs:
components: clippy, rustfmt
targets: wasm32-unknown-unknown
- name: Install Dependencies
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
run: |
sudo apt-get update
sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
cargo install -f wasm-bindgen-cli
- name: Build wasm version
run: make release-wasm
- name: Create artifact
Expand Down

0 comments on commit 90bf1f3

Please sign in to comment.