Skip to content

Commit

Permalink
try system as well to see if it s the module itself
Browse files Browse the repository at this point in the history
lfs doesn't load, now also try system.core to see if the problem is generic, or per module?
  • Loading branch information
Tieske authored Mar 8, 2024
1 parent ecbecce commit 912bb15
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 @@ -62,6 +62,7 @@ jobs:
luarocks config
luarocks show luafilesystem
dir C:\Users\runneradmin\AppData\Roaming\luarocks\lib\lua\5.4\lfs.dll
lua -e "print(require'system.core')"
lua -e "print(require'lfs')"
luarocks make
Expand Down

0 comments on commit 912bb15

Please sign in to comment.