Skip to content

Commit

Permalink
Checkout mpir on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Jan 28, 2025
1 parent fb6da7b commit b503118
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,14 @@ jobs:
CC=gcc maturin build --release --manylinux ${{ matrix.python.by-arch[matrix.arch.matrix].manylinux-version }} -m wheel/Cargo.toml --features=openssl,pyo3/extension-module \
'
- name: Checkout MPIR for Windows
if: matrix.os.matrix == 'windows'
uses: actions/checkout@v4
with:
repository: Chia-Network/mpir_gc_x64
fetch-depth: 1
path: mpir_gc_x64

- name: Build Windows with maturin on Python ${{ matrix.python.major-dot-minor }}
if: matrix.os.matrix == 'windows'
env:
Expand Down

0 comments on commit b503118

Please sign in to comment.