Skip to content

Commit

Permalink
Update ubuntu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pigpigyyy authored Dec 13, 2023
1 parent 3c4cbff commit 5490a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
sudo apt install -y lua5.4 liblua5.4-dev luarocks
sudo luarocks --lua-version 5.4 install busted
sudo luarocks make
sudo luarocks --lua-version 5.4 make
make test
- name: pack
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 5490a7c

Please sign in to comment.