Skip to content

Commit 103e767

Browse files
committed
add emsdk cache
1 parent 2f32dfb commit 103e767

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- name: Setup JS
2424
uses: ./.github/actions/setup-js
2525

26+
- name: Restore emsdk
27+
uses: ./.github/actions/cache-emsdk
28+
2629
- name: Build
2730
run: |
2831
cmake -B build -S yoga -D CMAKE_BUILD_TYPE=Release -D BUILD_SHARED_LIBS=ON -G Ninja

0 commit comments

Comments
 (0)