Skip to content

Commit 8593ca1

Browse files
committed
Update the setup-emsdk gh action
1 parent acc4a0b commit 8593ca1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
path: '.emsdk-cache'
1414
key: emscripten-2.0.6
15-
- uses: mymindstorm/setup-emsdk@2a4a91b
15+
- uses: mymindstorm/setup-emsdk@ca33dc6
1616
with:
1717
version: '2.0.6'
1818
actions-cache-folder: '.emsdk-cache'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v2
15-
- uses: mymindstorm/setup-emsdk@2a4a91b
15+
- uses: mymindstorm/setup-emsdk@ca33dc6
1616
with: {version: '2.0.6'}
1717
- name: make
1818
run: make

0 commit comments

Comments
 (0)