We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e71ea2 commit 16e86ddCopy full SHA for 16e86dd
.github/workflows/artifacts.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: MacOS Install Deps
29
if: contains(matrix.os, 'macos')
30
run: |
31
- brew install cmake ccache boost pkgconf libevent qt@6 qrencode coreutils
+ brew install ccache boost pkgconf libevent qt@6 qrencode coreutils
32
echo "CCACHE_DIR=${{ runner.temp }}/ccache" >> "$GITHUB_ENV"
33
34
- name: Ubuntu Install Deps
0 commit comments