build: Silence macOS CI build warnings
This commit is contained in:
parent
2aef5e4eef
commit
802694ec68
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -154,14 +154,14 @@ jobs:
|
||||
- name: ⬇️ Install dependencies
|
||||
run: |
|
||||
set -x
|
||||
brew reinstall python || brew link --overwrite python
|
||||
brew reinstall python || brew link --overwrite python || true
|
||||
brew bundle --no-lock --file dist/Brewfile
|
||||
rm -rf /usr/local/Cellar/capstone
|
||||
|
||||
- name: ⬇️ Install classic glfw
|
||||
if: ${{! matrix.custom_glfw}}
|
||||
run: |
|
||||
brew install glfw
|
||||
brew install glfw || true
|
||||
|
||||
- name: ⬇️ Install .NET
|
||||
uses: actions/setup-dotnet@v4
|
||||
|
Loading…
Reference in New Issue
Block a user