Skip to content

Commit

Permalink
fix(ci/build-toml): this time it is bound to work
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Nov 23, 2023
1 parent 846f38b commit e40f704
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-toml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,14 @@ jobs:
uses: leafo/gh-actions-lua@v10
with:
luaVersion: "5.1"
- name: Add Lua to Path
run:
echo "$PWD/.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
./configure --prefix=$HOME/rocks/ --lua-version=5.1 --force-config --with-lua=$PWD/.lua
make install
- name: Install TOML Package
run: |
Expand Down

0 comments on commit e40f704

Please sign in to comment.