Skip to content

Commit 844406c

Browse files
committed
Lock EMSCRIPTEN_VERSION for COI bundle at 3.1.67
1 parent df108db commit 844406c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ concurrency:
2828

2929
env:
3030
EMSCRIPTEN_VERSION: 'latest'
31+
EMSCRIPTEN_VERSION_COI: '3.1.67'
3132

3233
jobs:
3334
clang_format:
@@ -456,7 +457,7 @@ jobs:
456457
457458
- uses: mymindstorm/setup-emsdk@v14
458459
with:
459-
version: ${{ env.EMSCRIPTEN_VERSION }}
460+
version: ${{ env.EMSCRIPTEN_VERSION_COI }}
460461

461462
- name: Setup Ccache
462463
uses: hendrikmuhs/ccache-action@main
@@ -586,7 +587,7 @@ jobs:
586587
587588
- uses: mymindstorm/setup-emsdk@v14
588589
with:
589-
version: ${{ env.EMSCRIPTEN_VERSION }}
590+
version: ${{ env.EMSCRIPTEN_VERSION_COI }}
590591

591592
- name: Setup Ccache
592593
uses: hendrikmuhs/ccache-action@main

0 commit comments

Comments
 (0)