Skip to content

Commit 16e86dd

Browse files
authored
Remove cmake from macos depends in artifacts workflow
The macos runner already includes an up to date cmake. Trying to install it again can cause issues.
1 parent 0e71ea2 commit 16e86dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: MacOS Install Deps
2929
if: contains(matrix.os, 'macos')
3030
run: |
31-
brew install cmake ccache boost pkgconf libevent qt@6 qrencode coreutils
31+
brew install ccache boost pkgconf libevent qt@6 qrencode coreutils
3232
echo "CCACHE_DIR=${{ runner.temp }}/ccache" >> "$GITHUB_ENV"
3333
3434
- name: Ubuntu Install Deps

0 commit comments

Comments
 (0)