We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef26671 commit cd3fe07Copy full SHA for cd3fe07
2 files changed
.github/actions/prepare-for-tests/action.yml
@@ -10,6 +10,7 @@ runs:
10
uses: emscripten-core/setup-emsdk@v16
11
with:
12
version: tot
13
+ actions-cache-folder: 'emsdk-install'
14
15
- name: Attach workspace
16
uses: actions/download-artifact@v4
.github/workflows/build-and-test-linux.yml
@@ -65,6 +65,7 @@ jobs:
65
66
67
68
69
70
- name: Set EM_CONFIG
71
run: |
0 commit comments