Skip to content

Commit

Permalink
github/workflows: test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeeb committed Nov 21, 2024
1 parent c90cb75 commit f8f0395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ jobs:
- name: Unlink pkg-config if the CI runner happens to have it already installed
run: |
brew list --versions pkg-config > /dev/null && brew unlink pkg-config
brew ls --versions pkg-config && brew unlink pkg-config || :
- name: Change Xcode version
if: ${{ matrix.xcode != '' }}
Expand Down

0 comments on commit f8f0395

Please sign in to comment.