Skip to content

Commit

Permalink
chore(debug): output install path on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Nov 24, 2023
1 parent 140a23a commit bb724f7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ jobs:
run: |
luarocks --verbose --local --lua-version=5.1 install luarocks-build-rust-mlua
luarocks --verbose pack luarocks-build-rust-mlua
- name: Debug (Windows)
run: |
ls C:/Users/runneradmin/AppData/Roaming/luarocks/share
ls C:/Users/runneradmin/AppData/Roaming/luarocks/share/lua
ls C:/Users/runneradmin/AppData/Roaming/luarocks/share/lua/5.1
if: runner.os == 'Windows'
- name: Install TOML Package
run: |
luarocks --verbose --local --lua-version=5.1 install toml
Expand Down

0 comments on commit bb724f7

Please sign in to comment.