Skip to content

Commit

Permalink
fix: correct lua interpreter in integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb authored May 3, 2023
1 parent 57aaaa8 commit a7ce54f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nix-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
nix profile install --accept-flake-config ".#neorocks"
cd testproject
luarocks init
luarocks config --scope project lua_interpreter neorocks
luarocks config --scope project lua_interpreter neolua
luarocks test
rm -r lua_modules/ .luarocks/ luarocks
luarocks init
luarocks config --scope project lua_interpreter neorocks-nightly
luarocks config --scope project lua_interpreter neolua-nightly
luarocks test
shell: bash

0 comments on commit a7ce54f

Please sign in to comment.