Skip to content

Commit

Permalink
ci: fixup macos workflow
Browse files Browse the repository at this point in the history
- Attempting to install `pkg-config` or `pkgconf` results in brew
  complaining about conflicts. Rely on whatever version already present.
- macos-14 seemingly needs an explicit libtool install.
  • Loading branch information
LDVG committed Nov 25, 2024
1 parent 6e0ca93 commit 1fa1048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: dependencies
run: brew install check cmake help2man libfido2 mandoc pkg-config automake
run: brew install check cmake help2man libfido2 mandoc libtool automake
- name: build
env:
CC: ${{ matrix.cc }}
Expand Down

0 comments on commit 1fa1048

Please sign in to comment.