try adding luarocks to PATH for daily

This commit is contained in:
duncathan salt 2022-01-11 16:47:39 -06:00 committed by GitHub
parent c4efb015eb
commit b8ac34d683
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os:
- ubuntu-18.04
- ubuntu-latest
steps:
- uses: leafo/gh-actions-lua@v8.0.0
- uses: leafo/gh-actions-luarocks@v4.0.0
@ -28,6 +28,7 @@ jobs:
sudo add-apt-repository -y ppa:bartbes/love-stable
sudo apt-get -q update
sudo apt-get -y install love
PATH=$PATH:$GITHUB_WORKSPACE/.luarocks/bin
sudo luarocks install --server="http://luarocks.org/dev" lua-zip
sudo luarocks install love-release
- name: Generate Daily