Skip to content

Commit

Permalink
remove quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
swarn committed Dec 5, 2023
1 parent 2257d2a commit b8a3208
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 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: [ubuntu-latest, windows-latest]
os: [windows-latest]
lua: ["5.1"]

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

0 comments on commit b8a3208

Please sign in to comment.