Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/EvandroLG/array.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
EvandroLG committed Jan 6, 2024
2 parents 4e628e7 + 11b33fc commit 94ba9f0
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 94ba9f0

Please sign in to comment.