Skip to content

Commit 1fa5e06

Browse files
committed
update ci to build with newer emsdk and opencv
knew I forgot something!
1 parent 7751a9a commit 1fa5e06

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wasm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ jobs:
3131
3232
- name: Get openCV
3333
run: |
34-
git clone --recurse-submodules --depth 1 --branch 4.11.0 https://github.com/opencv/opencv.git opencv4
34+
git clone --recurse-submodules --depth 1 --branch 4.12.0 https://github.com/opencv/opencv.git opencv4
3535
3636
- name: Get npm deps
3737
run: ls -l web/
3838

3939
- name: Run the build process with Docker
4040
uses: addnab/docker-run-action@v3
4141
with:
42-
image: emscripten/emsdk:3.1.69
42+
image: emscripten/emsdk:5.0.0
4343
options: -v ${{ github.workspace }}:/usr/src/app
4444
shell: bash
4545
run: |

0 commit comments

Comments
 (0)