Skip to content

Commit

Permalink
XXX ci: macos pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
ndim committed Aug 15, 2024
1 parent 1f0c59f commit 63f4036
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,11 @@ jobs:
(set -ex; for pkg in libelf libusb hidapi libftdi readline libserialport; do
brew list "$pkg"
done)
(set -ex; for pkg in libelf libusb-1.0 hidapi libftdi1 readline libserialport; do
pkg-config --cflags "$pkg"
pkg-config --libs "$pkg"
done)
- name: Run the built avrdude before installing
run: ./_ambuild/avrdude --help
- name: Install
Expand Down

0 comments on commit 63f4036

Please sign in to comment.