Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ jobs:
- name: Build
run: |
git submodule update --init
if [[ "${{ matrix.os }}" == macos* ]]; then
export CPLUS_INCLUDE_PATH="$(brew --prefix boost)/include"
export LIBRARY_PATH="$(brew --prefix boost)/lib"
fi
cmake -B build
cmake --build build -j$(nproc)

Expand Down
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ target_link_libraries(bitcoinqml
core_interface
bitcoin_node
univalue
Boost::headers
Qt6::Qml
Qt6::Quick
Qt6::QuickControls2
Expand Down
Loading