Skip to content

Commit

Permalink
Add windows wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
TLCFEM committed Nov 26, 2023
1 parent 599374c commit f585315
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,17 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
os: [ ubuntu-latest, macos-latest,windows-latest ]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Dependency
if: matrix.os == 'windows-latest'
uses: msys2/setup-msys2@v2
with:
msystem: mingw64
update: true
install: git mingw-w64-x86_64-cmake mingw-w64-x86_64-tbb mingw-w64-x86_64-gcc mingw-w64-x86_64-ninja mingw-w64-x86_64-gmp mingw-w64-x86_64-mpfr mingw-w64-x86_64-7zip
- name: Setup
run: |
git submodule update --init --recursive
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
runs-on: windows-2022
timeout-minutes: 120
steps:
- uses: msys2/setup-msys2@v2
- name: MSYS
uses: msys2/setup-msys2@v2
with:
msystem: mingw64
update: true
Expand Down

0 comments on commit f585315

Please sign in to comment.