Skip to content

Commit

Permalink
CI: windows build: try running meson and ninja directly
Browse files Browse the repository at this point in the history
  • Loading branch information
WarrenWeckesser committed Sep 7, 2023
1 parent 3afd782 commit 3351336
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
- name: Build
run: |
pip -v install --no-build-isolation .
meson setup build
ninja -v -j 1 -C build
# pip -v install --no-build-isolation .
#- name: Test
# run: |
Expand Down

0 comments on commit 3351336

Please sign in to comment.