File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 25
25
key : ${{ hashFiles('**/yarn.lock') }}-${{ runner.os }}
26
26
- run : sudo apt update
27
27
- name : Install utilities
28
- run :
29
- sudo apt install -y automake build-essential git pkg-config python
30
- python-pip unzip
28
+ run : sudo apt install -y automake build-essential git pkg-config unzip
31
29
- name : Read emsdk version from Makefile
32
30
id : makefile-decipher
33
31
run :
46
44
runner.os }}-${{ steps.makefile-decipher.outputs.EXPAT_VERSION
47
45
}}-${{ steps.makefile-decipher.outputs.GRAPHVIZ_VERSION }}
48
46
- name : Setup emsdk (use cache if found, create otherwise)
49
- uses : mymindstorm/setup-emsdk@v7
47
+ uses : mymindstorm/setup-emsdk@v8
50
48
with :
51
49
version : ${{ steps.makefile-decipher.outputs.EMSCRIPTEN_VERSION }}
52
50
actions-cache-folder : ${{env.EM_CACHE_FOLDER}}
You can’t perform that action at this time.
0 commit comments