ci-macos.xml: Remove brew update step
This commit is contained in:
parent
3eaf1be30c
commit
a43690ce09
4
.github/workflows/ci-macos.yml
vendored
4
.github/workflows/ci-macos.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user