diff options
author | 2020-10-21 14:24:37 +0200 | |
---|---|---|
committer | 2020-10-21 14:24:37 +0200 | |
commit | a43690ce09760518f426d1ba2ad1957bd4210c4f (patch) | |
tree | 7ece4e3cd683c09a03064eee41649c1b1518d38a | |
parent | 3eaf1be30c5ada8c04221432e13465931f2419b5 (diff) |
ci-macos.xml: Remove brew update step
-rw-r--r-- | .github/workflows/ci-macos.yml | 4 |
1 files changed, 1 insertions, 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 |