Skip to content

Commit 2c783f7

Browse files
committed
fix: ci
1 parent e10331f commit 2c783f7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/lua.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
run: |
2828
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
2929
brew install lua@5.4 luarocks
30+
echo "$(brew --prefix lua@5.4)/bin" >> $GITHUB_PATH
31+
export PATH="$(brew --prefix lua@5.4)/bin:$PATH"
32+
luarocks --lua-version=5.4 config variables.LUA "$(brew --prefix lua@5.4)/bin/lua"
3033
luarocks --lua-version=5.4 install luacheck
3134
3235
- name: Run luacheck

0 commit comments

Comments
 (0)