Skip to content

Commit

Permalink
fix(ci): don’t use xwin
Browse files Browse the repository at this point in the history
  • Loading branch information
robbielyman authored Dec 28, 2024
1 parent 35ea912 commit 12201f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: cd .lua && zig build -Dshared=true --prefix .
- name: compile Lua (windows)
if: startsWith(matrix.os, 'windows')
run: cd .lua && zig build -Dshared=true -Dtarget=native-native-msvc --prefix .
run: cd .lua && zig build -Dshared=true -Duse_xwin=false -Dtarget=native-native-msvc --prefix .
- uses: luarocks/gh-actions-luarocks@v5
- run: luarocks install busted
- run: zig build test
Expand Down

0 comments on commit 12201f9

Please sign in to comment.