File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010env :
1111 DEBIAN_FRONTEND : noninteractive
1212 OPENCV_VERSION : 4.13.0
13- EM_VERSION : 3.1.32
13+ OPENCV_CACHE_VERSION : 1
14+ EM_VERSION : 4.0.23
1415 EM_CACHE_FOLDER : ' emsdk-cache'
1516
1617jobs :
1718 build :
1819
19- runs-on : ubuntu-22 .04
20+ runs-on : ubuntu-24 .04
2021
2122 steps :
2223 - uses : actions/checkout@v6
2526
2627 - name : Install dependencies
2728 run : |
28- pwd
29- echo ${GITHUB_WORKSPACE}
3029 current_path=$(pwd)
3130 sudo apt-get update -y
3231 sudo apt-get install -y --no-install-recommends \
4039 cmake \
4140 libtbb-dev \
4241 libatlas-base-dev \
43- libgtk2.0 -dev \
42+ libgtk-3 -dev \
4443 libavcodec-dev \
4544 libavformat-dev \
4645 libswscale-dev \
6059 uses : actions/cache@v5
6160 with :
6261 path : ${{ github.workspace }}/opencv_wasm/
63- key : opencv-${{ env.OPENCV_VERSION }}-wasm
62+ key : opencv-${{ env.OPENCV_VERSION }}-wasm-${{ env.EM_VERSION }}-rev${{ env.OPENCV_CACHE_VERSION }}
6463
6564 - name : Setup Emscripten cache
6665 id : cache-system-libraries
You can’t perform that action at this time.
0 commit comments