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

Commit

Permalink
Remove extra cmake configure args
Browse files Browse the repository at this point in the history
  • Loading branch information
emesare authored Apr 5, 2024
1 parent 347ef3a commit 5c879d8
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 @@ -57,7 +57,7 @@ jobs:

- name: Build
run: |
cmake -S . -B build -DHEADLESS=1 -DBN_INSTALL_DIR=binaryninja-api -DBN_API_PATH=binaryninja-api
cmake -S . -B build
cmake
mv build/${{env.CONFIGURE_PRESET}}/${{matrix.platform.binary}} build/${{matrix.api-version.abi}}-${{matrix.platform.binary}}
Expand Down

0 comments on commit 5c879d8

Please sign in to comment.