We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94044cc commit 12c1c7bCopy full SHA for 12c1c7b
.github/workflows/build.yml
@@ -55,7 +55,10 @@ jobs:
55
with:
56
submodules: recursive
57
- 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
+ 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
62
- name: build
63
run: |
64
cmake -S . -B build -DWITH_SCANNER=Off
0 commit comments