Skip to content

Commit

Permalink
lfs needs the lua DLL on PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
Razish committed Oct 13, 2023
1 parent e7d99b6 commit baa48eb
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 @@ -70,6 +70,7 @@ jobs:
working-directory: ${{ github.workspace }}
shell: pwsh
run: |
$env:PATH="${{ github.workspace }}\.lua\lib;$env:PATH"
$env:LUA_CPATH="$env:USERPROFILE\AppData\Roaming\LuaRocks\lib\lua\5.4\?.dll"
lua package.lua
7z a -tzip -y japp-windows-${{ matrix.arch }}-${{ matrix.build_type }}.zip *.pk3
Expand Down

0 comments on commit baa48eb

Please sign in to comment.