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:
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user