summaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci-macos.yml4
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