Skip to content

Commit

Permalink
Use sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
pipe01 committed Jun 21, 2024
1 parent 0d2f838 commit e3439c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wasm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
submodules: recursive

- name: Install dependencies
run: apt-get update && apt-get install -y python3 git wget gcc g++ make cmake xz-utils
run: sudo apt-get update && sudo apt-get install -y python3 git wget gcc g++ make cmake xz-utils

- name: Install Emscripten
run: |
Expand Down

0 comments on commit e3439c5

Please sign in to comment.