Skip to content

Commit

Permalink
no need to update apt twice
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax committed Dec 25, 2024
1 parent 30637ca commit 794e428
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/web-assembly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
sudo DEBIAN_FRONTEND=noninteractive apt-get install emscripten
- name: Install Node.js and npx
run: |
sudo DEBIAN_FRONTEND=noninteractive apt-get update
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs npm
npx --version
- name: Run WebAssembly build script
Expand Down

0 comments on commit 794e428

Please sign in to comment.