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 authored Dec 21, 2023
1 parent 4195743 commit 97b9816
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/$TARGET/download_libs.sh BLEEDING_EDGE=1
run: ./scripts/dev/download_libs.sh -p emscripten -b
- name: Install dependencies
run: ./scripts/ci/$TARGET/install_web_examples.sh
- name: Build
Expand Down

0 comments on commit 97b9816

Please sign in to comment.