Skip to content

Commit

Permalink
fixed macos ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfriend99 committed Sep 23, 2024
1 parent 7a95f53 commit 0a13a57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Setup dependencies
run: |
brew uninstall pkg-config --ignore-dependencies
brew install gd libffi
brew install pkg-config gd libffi
- name: Compile
run: |
cmake -B . -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Setup dependencies
run: |
brew uninstall pkg-config --ignore-dependencies
brew install gd libffi
brew install pkg-config gd libffi
- name: Compile
run: |
cmake -B . -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl
Expand Down

0 comments on commit 0a13a57

Please sign in to comment.