Skip to content

Commit

Permalink
Merged pull request #477 from WowRarity/fix-github-actions-auth
Browse files Browse the repository at this point in the history
Update the luaformat workflow to fix a git protocol error
  • Loading branch information
rdw-software authored May 1, 2022
2 parents e842e34 + 093f169 commit b0be2b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
run: sudo apt-get install luajit libluajit-5.1-dev

- name: Download LuaRocks
run: wget https://luarocks.org/releases/luarocks-3.7.0.tar.gz
run: wget https://luarocks.org/releases/luarocks-3.9.0.tar.gz

- name: Unpack LuaRocks release
run: tar zxpf luarocks-3.7.0.tar.gz
run: tar zxpf luarocks-3.9.0.tar.gz

- name: Install LuaRocks
run: cd luarocks-3.7.0 && ./configure && make && sudo make install
run: cd luarocks-3.9.0 && ./configure && make && sudo make install

- name: Install lua-formatter
run: sudo luarocks install --server=https://luarocks.org/dev luaformatter
Expand Down

0 comments on commit b0be2b1

Please sign in to comment.