From a43690ce09760518f426d1ba2ad1957bd4210c4f Mon Sep 17 00:00:00 2001 From: Dirk Best Date: Wed, 21 Oct 2020 14:24:37 +0200 Subject: ci-macos.xml: Remove brew update step --- .github/workflows/ci-macos.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index 0337945a251..dfe53e39537 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -8,9 +8,7 @@ jobs: steps: - uses: actions/checkout@master - name: Install dependencies - run: | - brew update - brew install sdl2 + run: brew install sdl2 - name: Build env: USE_LIBSDL: 1 -- cgit v1.2.3-70-g09d2