Skip to content

Commit 3f4f312

Browse files
committed
mpir for windows + unique artifact names per platform
1 parent 3280807 commit 3f4f312

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/build-c-libraries.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@ jobs:
6969
with:
7070
fetch-depth: 0
7171

72+
- name: Checkout mpir for windows
73+
if: ${{ matrix.os.matrix == "windows" }}
74+
uses: actions/checkout@v4
75+
with:
76+
repo: Chia-Network/mpir_gc_x64.git
77+
fetch-depth: 1
78+
7279
- name: Build
7380
working-directory: src
7481
env:
@@ -80,5 +87,5 @@ jobs:
8087
- name: Upload artifacts
8188
uses: actions/upload-artifact@v3
8289
with:
83-
name: c-libraries
90+
name: c-libraries-${{ matrix.os.matrix }}-${{ matrix.arch.matrix }}
8491
path: ./src/lib

0 commit comments

Comments
 (0)