Skip to content

Commit 2cbca88

Browse files
committed
ci: bump setup-emsdk version
1 parent 3e753df commit 2cbca88

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ jobs:
2525
key: ${{ hashFiles('**/yarn.lock') }}-${{ runner.os }}
2626
- run: sudo apt update
2727
- 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
3129
- name: Read emsdk version from Makefile
3230
id: makefile-decipher
3331
run:
@@ -46,7 +44,7 @@ jobs:
4644
runner.os }}-${{ steps.makefile-decipher.outputs.EXPAT_VERSION
4745
}}-${{ steps.makefile-decipher.outputs.GRAPHVIZ_VERSION }}
4846
- name: Setup emsdk (use cache if found, create otherwise)
49-
uses: mymindstorm/setup-emsdk@v7
47+
uses: mymindstorm/setup-emsdk@v8
5048
with:
5149
version: ${{ steps.makefile-decipher.outputs.EMSCRIPTEN_VERSION }}
5250
actions-cache-folder: ${{env.EM_CACHE_FOLDER}}

0 commit comments

Comments
 (0)