We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06e35d0 commit 1ec098bCopy full SHA for 1ec098b
.github/workflows/release_macos.yml
@@ -14,7 +14,7 @@ jobs:
14
os: [macos-11]
15
steps:
16
- name: Install software
17
- run: breaw install cmake ninja gcc p7zip
+ run: brew install cmake ninja gcc p7zip
18
- name: Checkout git repo
19
uses: actions/checkout@v2
20
with:
0 commit comments