Skip to content

Commit

Permalink
CMAKE_GENERATOR
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnaf-tahmid-chowdhury committed Jun 12, 2024
1 parent e15a368 commit 4073cd4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/quick_wheel_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,15 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
os: [windows-latest]

steps:
- name: Additional Windows settings
if: matrix.os == 'windows-latest'
shell: bash -l {0}
run: |
echo "CMAKE_GENERATOR=MingGW Makefiles" >> $GITHUB_ENV
- name: Additional macOS settings
if: matrix.os == 'macos-13' || matrix.os == 'macos-14'
shell: bash -l {0}
Expand Down

0 comments on commit 4073cd4

Please sign in to comment.