We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f4f312 commit bc826eeCopy full SHA for bc826ee
.github/workflows/build-c-libraries.yml
@@ -70,10 +70,10 @@ jobs:
70
fetch-depth: 0
71
72
- name: Checkout mpir for windows
73
- if: ${{ matrix.os.matrix == "windows" }}
+ if: matrix.os.matrix == 'windows'
74
uses: actions/checkout@v4
75
with:
76
- repo: Chia-Network/mpir_gc_x64.git
+ repository: Chia-Network/mpir_gc_x64.git
77
fetch-depth: 1
78
79
- name: Build
0 commit comments