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

Commit

Permalink
please
Browse files Browse the repository at this point in the history
  • Loading branch information
emesare committed Oct 2, 2024
1 parent 2db31cd commit 5d287e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ jobs:
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
3 changes: 2 additions & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
},
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Release",
"CMAKE_INSTALL_PREFIX": "${sourceDir}/build/install/"
"CMAKE_INSTALL_PREFIX": "${sourceDir}/build/install/",
"BN_INSTALL_DIR": "./"
}
}
]
Expand Down

0 comments on commit 5d287e4

Please sign in to comment.