1
0
mirror of synced 2025-01-31 03:53:44 +01:00

build: Delete system capstone in macOS CI

This commit is contained in:
WerWolv 2022-10-06 15:22:38 +02:00
parent 2cd6cb8814
commit b734fb5511

View File

@ -185,6 +185,7 @@ jobs:
- name: ⬇️ Install dependencies
run: |
brew bundle --no-lock --file dist/Brewfile
rm -rf /usr/local/Cellar/capstone
- name: ⬇️ Install classic glfw
if: ${{! matrix.custom_glfw}}