Skip to content

Commit

Permalink
test with more explicit lua verison
Browse files Browse the repository at this point in the history
  • Loading branch information
sammyshear committed Nov 17, 2024
1 parent 3452dcd commit 59152ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
uses: MunifTanjim/luver-action@v1
- name: install lua
run: |
luver install lua 5.1
luver use lua 5.1
luver install lua 5.1.1
luver use lua 5.1.1
luver install luarocks 3.11.1
- name: run test
Expand Down

0 comments on commit 59152ef

Please sign in to comment.