We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57d2768 commit 713ff92Copy full SHA for 713ff92
.github/workflows/web.yml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Build
40
run: |
41
- apt install -y sccache
+ sudo apt install -y sccache
42
cd crates/fluidsim
43
wasm-pack build --target web --release --locked
44
mv pkg ../..
0 commit comments