Skip to content

Commit 713ff92

Browse files
committed
ci fix 4
1 parent 57d2768 commit 713ff92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Build
4040
run: |
41-
apt install -y sccache
41+
sudo apt install -y sccache
4242
cd crates/fluidsim
4343
wasm-pack build --target web --release --locked
4444
mv pkg ../..

0 commit comments

Comments
 (0)