Skip to content

Commit 6025064

Browse files
committed
Fix yaml
1 parent 5384831 commit 6025064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
git checkout --force ${{matrix.version.name}}
6565
git submodule update --init --recursive
6666
- name: Patch api to allow building headlessly
67-
if: ${{ matrix.use-patch }}
67+
if: ${{ matrix.version.use-patch }}
6868
shell: bash
6969
run: |
7070
cd binaryninjaapi

0 commit comments

Comments
 (0)