Skip to content

Commit

Permalink
XXX where does pkg-config come from?
Browse files Browse the repository at this point in the history
  • Loading branch information
ndim committed Nov 20, 2024
1 parent 952ad02 commit e78ec88
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,6 @@ jobs:
# echo "PATH=/opt/homebrew/opt/flex/bin:/opt/homebrew/opt/bison/bin:$PATH" >> $GITHUB_ENV
- name: Install prerequisites
run: >-
brew unlink pkg-config
# brew update`
brew install
cmake
flex
Expand All @@ -244,10 +240,6 @@ jobs:
libftdi
readline
libserialport
pkgconf
brew link
pkgconf
- name: Print PATH after brew install
run: |
echo "PATH=$PATH"
Expand Down Expand Up @@ -289,10 +281,6 @@ jobs:
- uses: actions/checkout@v3
- name: Install prerequisites
run: >-
brew unlink pkg-config
# brew update
brew install
automake
autoconf
Expand All @@ -306,10 +294,6 @@ jobs:
libftdi
readline
libserialport
pkgconf
brew link
pkgconf
- name: Print PATH
run: |
echo "PATH=$PATH"
Expand Down

0 comments on commit e78ec88

Please sign in to comment.