Skip to content

Commit

Permalink
fix(ci/build-toml): maybe this time it'll work
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Nov 23, 2023
1 parent 1a20214 commit 06166b6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-toml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,17 @@ jobs:
uses: leafo/gh-actions-lua@v10
with:
luaVersion: "5.1"
- name: Add Lua to Path
run:
echo ".lua" >> $GITHUB_PATH
- name: Install Luarocks
uses: actions/checkout@v4
with:
fetch-depth: 1
repository: luarocks/luarocks
- name: Configure and Install Luarocks
run: |
./configure --prefix=$HOME/rocks/ --lua-version=5.1 --force-config --with-lua=$HOME/.lua
./configure --prefix=$HOME/rocks/ --lua-version=5.1 --force-config
make install
- name: Install TOML Package
run: |
Expand Down

0 comments on commit 06166b6

Please sign in to comment.