Skip to content

Commit

Permalink
fix(windows): missing string terminator
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Nov 24, 2023
1 parent 5b536b0 commit d842ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# TODO: Fix this upstream
run: |
echo "LUA_PATH=/c/Users/runneradmin/AppData/Roaming/luarocks/share/lua/5.1/?.lua:/c/Users/runneradmin/AppData/Roaming/luarocks/share/lua/5.1/?/init.lua" >> $env:GITHUB_ENV
echo "LUA_CPATH=/c/Users/runneradmin/AppData/Roaming/luarocks/lib/lua/5.1/?.dll >> $env:GITHUB_ENV
echo "LUA_CPATH=/c/Users/runneradmin/AppData/Roaming/luarocks/lib/lua/5.1/?.dll" >> $env:GITHUB_ENV
if: runner.os == 'Windows'
- name: Print environment
run: |
Expand Down

0 comments on commit d842ae3

Please sign in to comment.