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:
- uses: actions/checkout@master
- name: Install dependencies
run: |
brew update
brew install sdl2
run: brew install sdl2
- name: Build
env:
USE_LIBSDL: 1