Skip to content

Commit c9f1ab7

Browse files
init.test.luau cached luau installation in ci
1 parent e7889c2 commit c9f1ab7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
if: steps.cache-luau.outputs.cache-hit == 'true'
3838
run: |
3939
echo "Luau cache hit, copying binaries"
40+
ls -la luau-binaries
4041
sudo cp luau-binaries/luau /usr/local/bin/luau
4142
sudo cp luau-binaries/luau-analyze /usr/local/bin/luau-analyze
4243
sudo cp luau-binaries/luau-ast /usr/local/bin/luau-ast

0 commit comments

Comments
 (0)