We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7751a9a commit 1fa5e06Copy full SHA for 1fa5e06
1 file changed
.github/workflows/wasm.yml
@@ -31,15 +31,15 @@ jobs:
31
32
- name: Get openCV
33
run: |
34
- git clone --recurse-submodules --depth 1 --branch 4.11.0 https://github.com/opencv/opencv.git opencv4
+ git clone --recurse-submodules --depth 1 --branch 4.12.0 https://github.com/opencv/opencv.git opencv4
35
36
- name: Get npm deps
37
run: ls -l web/
38
39
- name: Run the build process with Docker
40
uses: addnab/docker-run-action@v3
41
with:
42
- image: emscripten/emsdk:3.1.69
+ image: emscripten/emsdk:5.0.0
43
options: -v ${{ github.workspace }}:/usr/src/app
44
shell: bash
45
0 commit comments