Skip to content

Commit

Permalink
Fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
CouleeApps committed Nov 20, 2024
1 parent 5384831 commit 6025064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
git checkout --force ${{matrix.version.name}}
git submodule update --init --recursive
- name: Patch api to allow building headlessly
if: ${{ matrix.use-patch }}
if: ${{ matrix.version.use-patch }}
shell: bash
run: |
cd binaryninjaapi
Expand Down

0 comments on commit 6025064

Please sign in to comment.