Skip to content

Commit

Permalink
Lua workflow: Use Leafo's Luarocks action
Browse files Browse the repository at this point in the history
instead of installing outdated packages which lead to failing workflows
  • Loading branch information
appgurueu committed May 28, 2022
1 parent e8b2954 commit 76000e6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/lua.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Install luarocks
run: |
sudo apt-get update && sudo apt-get install -y luarocks
- uses: leafo/gh-actions-lua@v9
with:
luaVersion: "5.1.5"
- uses: leafo/gh-actions-luarocks@v4

- name: Install luarocks tools
run: |
Expand Down

0 comments on commit 76000e6

Please sign in to comment.