Skip to content

Commit

Permalink
fix(ci/build-toml): allow lua to be discovered by luarocks
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Nov 23, 2023
1 parent 93bde51 commit 1a20214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-toml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
repository: luarocks/luarocks
- name: Configure and Install Luarocks
run: |
./configure --prefix=$HOME/rocks/ --lua-version=5.1 --force-config
./configure --prefix=$HOME/rocks/ --lua-version=5.1 --force-config --with-lua=$HOME/.lua
make install
- name: Install TOML Package
run: |
Expand Down

0 comments on commit 1a20214

Please sign in to comment.