Skip to content

Commit e4e7acb

Browse files
authored
Update manual-web-examples.yml
1 parent 66dd7d9 commit e4e7acb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/manual-web-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Docker Step
3535
run: docker run -di --name emscripten -v $PWD:/src emscripten/emsdk:3.1.50 bash
3636
- name: Download libs
37-
run: ./scripts/dev/download_libs.sh -p emscripten
37+
run: ./scripts/dev/download_libs.sh -p emscripten -b
3838
- name: Install dependencies
3939
run: ./scripts/ci/$TARGET/install_web_examples.sh
4040
- name: Build

0 commit comments

Comments
 (0)