ci-macos.xml: Remove brew update step

This commit is contained in:
Dirk Best 2020-10-21 14:24:37 +02:00 committed by GitHub
parent 3eaf1be30c
commit a43690ce09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,9 +8,7 @@ jobs:
steps: steps:
- uses: actions/checkout@master - uses: actions/checkout@master
- name: Install dependencies - name: Install dependencies
run: | run: brew install sdl2
brew update
brew install sdl2
- name: Build - name: Build
env: env:
USE_LIBSDL: 1 USE_LIBSDL: 1