Skip to content

Commit 348b8dc

Browse files
authored
Update cpp-macos.yml
1 parent 085220d commit 348b8dc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/cpp-macos.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ jobs:
1515
- run: git fetch --prune --unshallow --tags
1616

1717
- name: pkg
18-
run: brew install cmake p7zip gcc openssl rtmpdump && brew link --force openssl
18+
run: |
19+
find /opt/homebrew
20+
brew install cmake p7zip gcc openssl rtmpdump && brew link --force openssl
21+
find /opt/homebrew
1922
2023
- name: depot_tools
2124
run: |

0 commit comments

Comments
 (0)