From 6025064578495616347172120488373625438968 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Wed, 20 Nov 2024 16:14:44 -0500 Subject: [PATCH] Fix yaml --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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