Skip to content

Commit

Permalink
show more info, add linux
Browse files Browse the repository at this point in the history
  • Loading branch information
swarn committed Dec 5, 2023
1 parent a14766b commit 2249b4f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
os: [windows-latest]
os: [ubuntu-latest, windows-latest]
lua: ["5.1"]

steps:
Expand All @@ -33,9 +33,8 @@ jobs:
run: |
. env/bin/activate
luarocks install luafilesystem
tree /F env
luarocks show luafilesystem
lua -llfs
lua -e 'print(_VERSION); print(package.cpath); require "lfs"'
- name: install busted
run: |
Expand Down

0 comments on commit 2249b4f

Please sign in to comment.