diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ba520ab..12df0e3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -51,16 +51,11 @@ jobs: vendor examples - # Optionally apply a patch file for the api version - - name: Apply binaryninja-api patch - working-directory: binaryninja-api - if: ${{ matrix.api-version.patch-file != '' }} - run: git apply --verbose ../.github/${{matrix.api-version.patch-file}} - - name: Build run: | cmake --preset ${{env.CONFIGURE_PRESET}} cmake --build build + cmake --preset ${{env.CONFIGURE_PRESET}} -DBN_INSTALL_DIR="what" mv build/${{matrix.platform.binary}} build/${{matrix.api-version.abi}}-${{matrix.platform.binary}} - name: Upload artifact diff --git a/CMakeLists.txt b/CMakeLists.txt index 6995a85..9d7c2fc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,6 @@ project( LANGUAGES CXX ) -set(HEADLESS 1) find_path( BN_API_PATH NAMES binaryninjaapi.h