1
0
mirror of synced 2024-11-28 01:20:51 +01:00

build: Silence macOS CI build warnings

This commit is contained in:
WerWolv 2024-06-28 22:29:38 +02:00
parent 2aef5e4eef
commit 802694ec68

View File

@ -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