Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
ahhhhh
Browse files Browse the repository at this point in the history
  • Loading branch information
emesare committed Oct 2, 2024
1 parent 1ac213c commit 2db31cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ project(
LANGUAGES CXX
)

set(HEADLESS 1)
find_path(
BN_API_PATH
NAMES binaryninjaapi.h
Expand Down

0 comments on commit 2db31cd

Please sign in to comment.