Skip to content

Commit

Permalink
ci: skip brew update step in macOS
Browse files Browse the repository at this point in the history
See if this fixes the recent build errors
  • Loading branch information
midwan authored Dec 10, 2023
1 parent 13c9f46 commit 5819fb2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ on:
push:
branches:
- master
- dev
tags:
- v*.*.*
pull_request:
branches:
- master
- dev

jobs:

Expand All @@ -25,7 +23,6 @@ jobs:

- name: Install dependencies
run: |
brew update
brew install sdl2 mpg123 sdl2_ttf sdl2_image flac libmpeg2 libserialport dylibbundler wget
- name: make capsimg
Expand Down

0 comments on commit 5819fb2

Please sign in to comment.