Skip to content

Commit

Permalink
Fix more CI on macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
vrabaud committed Apr 25, 2024
1 parent 575f8c0 commit aabf7a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-unix-static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
override: true
- name: Install dependencies (macOS)
if: runner.os == 'macOS'
run: brew install imagemagick
run: brew install imagemagick libjpeg libpng
- name: Install cargo-c (linux)
if: matrix.os == 'ubuntu-latest'
env:
Expand Down

0 comments on commit aabf7a5

Please sign in to comment.