summaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
author Dirk Best <mail@dirk-best.de>2020-10-21 14:24:37 +0200
committer GitHub <noreply@github.com>2020-10-21 14:24:37 +0200
commita43690ce09760518f426d1ba2ad1957bd4210c4f (patch)
tree7ece4e3cd683c09a03064eee41649c1b1518d38a /.github
parent3eaf1be30c5ada8c04221432e13465931f2419b5 (diff)
ci-macos.xml: Remove brew update step
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