From b734fb551111d0add5656885caba7437a39a8ca4 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Thu, 6 Oct 2022 15:22:38 +0200 Subject: [PATCH] build: Delete system capstone in macOS CI --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 22bbf875f..8485b6157 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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}}