Skip to content

Commit cf1babe

Browse files
committed
CI: use sudo to run apt-get
1 parent 4a76d2c commit cf1babe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626

2727
- name: Install binaryen
2828
run: |
29-
apt-get update
30-
apt-get install binaryen
29+
sudo apt-get update
30+
sudo apt-get install binaryen
3131
3232
- run: |
3333
zig build -Drelease -Dwasm-opt

0 commit comments

Comments
 (0)