We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 085220d commit 348b8dcCopy full SHA for 348b8dc
.github/workflows/cpp-macos.yml
@@ -15,7 +15,10 @@ jobs:
15
- run: git fetch --prune --unshallow --tags
16
17
- name: pkg
18
- run: brew install cmake p7zip gcc openssl rtmpdump && brew link --force openssl
+ run: |
19
+ find /opt/homebrew
20
+ brew install cmake p7zip gcc openssl rtmpdump && brew link --force openssl
21
22
23
- name: depot_tools
24
run: |
0 commit comments