Skip to content

Commit bc826ee

Browse files
committed
Fix checkout
1 parent 3f4f312 commit bc826ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ jobs:
7070
fetch-depth: 0
7171

7272
- name: Checkout mpir for windows
73-
if: ${{ matrix.os.matrix == "windows" }}
73+
if: matrix.os.matrix == 'windows'
7474
uses: actions/checkout@v4
7575
with:
76-
repo: Chia-Network/mpir_gc_x64.git
76+
repository: Chia-Network/mpir_gc_x64.git
7777
fetch-depth: 1
7878

7979
- name: Build

0 commit comments

Comments
 (0)