Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EvandroLG authored Jan 6, 2024
1 parent 0718b1b commit 11b33fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- uses: leafo/gh-actions-lua@v8
- uses: leafo/gh-actions-lua@v9
with:
luaVersion: ${{ matrix.luaVersion }}

- uses: leafo/gh-actions-luarocks@v4

- name: Install dependencies
run: sudo make install_dependencies
run: luarocks install simple_test

- name: Run unit tests
run: |
Expand Down

0 comments on commit 11b33fc

Please sign in to comment.