Skip to content

Commit 89f21f0

Browse files
committed
Fix luacheck workflow Lua build on ubuntu-latest
1 parent 13c781d commit 89f21f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/luacheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414

1515
- name: Install luacheck
1616
run: |
17-
pip install hererocks
18-
hererocks env --lua 5.1 -rlatest
17+
python3 -m pip install hererocks
18+
python3 -m hererocks env --lua 5.1 --no-readline -rlatest
1919
source env/bin/activate
2020
luarocks install luacheck
2121

0 commit comments

Comments
 (0)