Skip to content

Commit 37c457d

Browse files
authored
Cache wasm emit in CI (#49)
1 parent 9e0ab47 commit 37c457d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
emsdk
3838
wasm/build
3939
wasm/luau
40+
public/wasm/luau.wasm
41+
src/lib/luau/luau-module.js
4042
key: build-${{ runner.os }}-${{ hashFiles('wasm/src/**', 'wasm/CMakeLists.txt', 'wasm/build.sh') }}-luau-${{ github.run_id }}
4143
restore-keys: |
4244
build-${{ runner.os }}-${{ hashFiles('wasm/src/**', 'wasm/CMakeLists.txt', 'wasm/build.sh') }}-luau-

0 commit comments

Comments
 (0)