git: Silence brew github actions annotations
This commit is contained in:
parent
6184bbeae2
commit
f2ea7ca5d1
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -206,15 +206,15 @@ jobs:
|
|||||||
|
|
||||||
- name: ⬇️ Install dependencies
|
- name: ⬇️ Install dependencies
|
||||||
run: |
|
run: |
|
||||||
brew reinstall python 2>&1 >/dev/null || true
|
brew reinstall python || true
|
||||||
brew link --overwrite python 2>&1 >/dev/null || true
|
brew link --overwrite --quiet python || true
|
||||||
brew bundle --no-lock --file dist/Brewfile 2>&1 >/dev/null || true
|
brew bundle --no-lock --quiet --file dist/Brewfile || true
|
||||||
rm -rf /usr/local/Cellar/capstone
|
rm -rf /usr/local/Cellar/capstone
|
||||||
|
|
||||||
- name: ⬇️ Install classic glfw
|
- name: ⬇️ Install classic glfw
|
||||||
if: ${{! matrix.custom_glfw }}
|
if: ${{! matrix.custom_glfw }}
|
||||||
run: |
|
run: |
|
||||||
brew install glfw 2>&1 >/dev/null || true
|
brew install --quiet glfw || true
|
||||||
|
|
||||||
- name: ⬇️ Install .NET
|
- name: ⬇️ Install .NET
|
||||||
uses: actions/setup-dotnet@v4
|
uses: actions/setup-dotnet@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user