Skip to content

Commit

Permalink
Switch Mac build to use jpeg-turbo, don't install pkg-config
Browse files Browse the repository at this point in the history
- Matches the other platforms (we don't use jpeg9).
- pkg-config is installed by default on the macos runners
  • Loading branch information
ajtribick committed Nov 25, 2024
1 parent 70751f4 commit 15364e3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,14 +302,13 @@ jobs:
steps:
- name: 'Install dependencies'
run: |
brew install pkg-config \
ninja \
brew install ninja \
eigen \
ffmpeg \
boost \
cspice \
fmt \
jpeg \
jpeg-turbo \
gettext \
gperf \
libpng \
Expand Down

0 comments on commit 15364e3

Please sign in to comment.