Skip to content

Commit

Permalink
Update manual-web-examples.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ofTheo committed Dec 21, 2023
1 parent 97b9816 commit 686f7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-web-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Docker Step
run: docker run -di --name emscripten -v $PWD:/src emscripten/emsdk:3.1.50 bash
- name: Download libs
run: ./scripts/dev/download_libs.sh -p emscripten -b
run: ./scripts/dev/download_libs.sh -b -p emscripten
- name: Install dependencies
run: ./scripts/ci/$TARGET/install_web_examples.sh
- name: Build
Expand Down

0 comments on commit 686f7b1

Please sign in to comment.