Skip to content

Commit

Permalink
Fixed, hopefully.
Browse files Browse the repository at this point in the history
  • Loading branch information
oo13 committed Jun 1, 2024
1 parent 9bcab5c commit e983766
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Install Lua
run: sudo apt-get install lua${{ matrix.version }} liblua${{ matrix.version }}-dev luarocks

- name: Configure Luarocks
run: luarocks config lua_version ${{ matrix.version }}

- name: Install lua-utf8
run: luarocks --local install luautf8

Expand Down
2 changes: 0 additions & 2 deletions test/test_all
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ VER=$1

luarocks config lua_version ${VER}
eval `luarocks path`
luarocks list
lua${VER} -v
lua${VER} test_main_normal.lua
lua${VER} test_encoding_error.lua

0 comments on commit e983766

Please sign in to comment.