From 2880221bb313f723159eb07670f1fa6ff34620e4 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 13 Jun 2023 09:31:11 +0200 Subject: [PATCH] ci: drop macOS dependencies (#581) Signed-off-by: mudler --- .github/workflows/release.yaml | 5 ----- .github/workflows/test.yml | 4 ---- 2 files changed, 9 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4705755..3a5dcf2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -60,11 +60,6 @@ jobs: uses: actions/checkout@v3 with: submodules: true - - - name: Dependencies - run: | - brew update - brew install sdl2 ffmpeg - name: Build id: build env: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 48fe2cf..347333e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,10 +39,6 @@ jobs: with: submodules: true - - name: Dependencies - run: | - brew update - brew install sdl2 ffmpeg - name: Test run: | make test \ No newline at end of file