Skip to content

Commit

Permalink
XXX brew try pkgconf instead of pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
ndim committed Nov 20, 2024
1 parent d612094 commit 951a83d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ jobs:
# echo "PATH=/opt/homebrew/opt/flex/bin:/opt/homebrew/opt/bison/bin:$PATH" >> $GITHUB_ENV
- name: Install prerequisites
run: >-
brew update
# brew update
brew install
cmake
Expand All @@ -242,7 +242,7 @@ jobs:
libftdi
readline
libserialport
pkg-config
pkgconf
- name: Print PATH after brew install
run: |
echo "PATH=$PATH"
Expand Down Expand Up @@ -300,7 +300,7 @@ jobs:
libftdi
readline
libserialport
pkg-config
pkgconf
- name: Print PATH
run: |
echo "PATH=$PATH"
Expand Down

0 comments on commit 951a83d

Please sign in to comment.