Skip to content

Commit 12c1c7b

Browse files
committed
ci: fix macos build
1 parent 94044cc commit 12c1c7b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,10 @@ jobs:
5555
with:
5656
submodules: recursive
5757
- name: install dependencies
58-
run: HOMEBREW_NO_AUTO_UPDATE=1 brew install qt libsodium libzip qrencode unbound cmake boost hidapi openssl expat libunwind-headers protobuf pkgconfig
58+
run:
59+
brew uninstall cmake
60+
brew update
61+
brew install --quiet qt libsodium libzip qrencode unbound cmake boost hidapi openssl expat libunwind-headers protobuf pkgconfig
5962
- name: build
6063
run: |
6164
cmake -S . -B build -DWITH_SCANNER=Off

0 commit comments

Comments
 (0)