We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e10331f commit 2c783f7Copy full SHA for 2c783f7
1 file changed
.github/workflows/lua.yaml
@@ -27,6 +27,9 @@ jobs:
27
run: |
28
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
29
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"
33
luarocks --lua-version=5.4 install luacheck
34
35
- name: Run luacheck
0 commit comments