Skip to content

Commit cd3fe07

Browse files
committed
set emsdk cache folder
1 parent ef26671 commit cd3fe07

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/actions/prepare-for-tests/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ runs:
1010
uses: emscripten-core/setup-emsdk@v16
1111
with:
1212
version: tot
13+
actions-cache-folder: 'emsdk-install'
1314

1415
- name: Attach workspace
1516
uses: actions/download-artifact@v4

.github/workflows/build-and-test-linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
uses: emscripten-core/setup-emsdk@v16
6666
with:
6767
version: tot
68+
actions-cache-folder: 'emsdk-install'
6869

6970
- name: Set EM_CONFIG
7071
run: |

0 commit comments

Comments
 (0)