diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e0a965a..b6ca7eb 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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