We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df108db commit 844406cCopy full SHA for 844406c
.github/workflows/main.yml
@@ -28,6 +28,7 @@ concurrency:
28
29
env:
30
EMSCRIPTEN_VERSION: 'latest'
31
+ EMSCRIPTEN_VERSION_COI: '3.1.67'
32
33
jobs:
34
clang_format:
@@ -456,7 +457,7 @@ jobs:
456
457
458
- uses: mymindstorm/setup-emsdk@v14
459
with:
- version: ${{ env.EMSCRIPTEN_VERSION }}
460
+ version: ${{ env.EMSCRIPTEN_VERSION_COI }}
461
462
- name: Setup Ccache
463
uses: hendrikmuhs/ccache-action@main
@@ -586,7 +587,7 @@ jobs:
586
587
588
589
590
591
592
593
0 commit comments