Skip to content

Commit

Permalink
show us where the goodies are 🤷
Browse files Browse the repository at this point in the history
  • Loading branch information
Razish committed Oct 12, 2023
1 parent a726fa3 commit 47740ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
Invoke-WebRequest "http://luarocks.github.io/luarocks/releases/luarocks-3.9.2-windows-64.zip" -OutFile luarocks.zip
Expand-Archive .\luarocks.zip .
cd .\luarocks-3.9.2-windows-64\
tree {{ github.workspace }} /F
.\luarocks.exe config variables.LUA_DIR ${{ github.workspace }}/.lua/
.\luarocks.exe config variables.LUA_INCDIR ${{ github.workspace }}/.lua/include
.\luarocks.exe config variables.LUA_LIBDIR ${{ github.workspace }}/.lua/
Expand Down

0 comments on commit 47740ea

Please sign in to comment.