Skip to content

Commit

Permalink
readd linux dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed May 9, 2022
1 parent 9547134 commit 8443dbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ tasks:
command: python3 -m http.server --directory examples/wasm

- name: Setup rust-analyzer for wasm target
before: |
sudo apt-get install --no-install-recommends -yq libasound2-dev libudev-dev
init: |
mkdir .vscode
echo "{\"rust-analyzer.cargo.target\":\"wasm32-unknown-unknown\"}" > .vscode/settings.json
Expand Down

0 comments on commit 8443dbb

Please sign in to comment.