projects
/
gamesguru
/
feather.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94044cc
)
ci: fix macos build
author
tobtoht
<tob@featherwallet.org>
Sun, 31 Aug 2025 12:39:51 +0000
(14:39 +0200)
committer
tobtoht
<tob@featherwallet.org>
Sun, 31 Aug 2025 12:41:15 +0000
(14:41 +0200)
.github/workflows/build.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/build.yml
b/.github/workflows/build.yml
index 330aca5e380d582a5cea35d8260a8d45c6265a55..6932ad4c82bdb3c4335a04fb945f486bc4f3476a 100644
(file)
--- a/
.github/workflows/build.yml
+++ b/
.github/workflows/build.yml
@@
-55,7
+55,10
@@
jobs:
with:
submodules: recursive
- name: install dependencies
- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install qt libsodium libzip qrencode unbound cmake boost hidapi openssl expat libunwind-headers protobuf pkgconfig
+ run:
+ brew uninstall cmake
+ brew update
+ brew install --quiet qt libsodium libzip qrencode unbound cmake boost hidapi openssl expat libunwind-headers protobuf pkgconfig
- name: build
run: |
cmake -S . -B build -DWITH_SCANNER=Off