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 Sep 4, 2024
1 parent 72a1811 commit 88a510a
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 @@ -173,6 +173,14 @@ jobs:
CC=gcc maturin build --release --manylinux ${{ matrix.python.by-arch[matrix.arch.matrix].manylinux-version }} -m wheel/Cargo.toml \
'
- 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 88a510a

Please sign in to comment.