Skip to content

Commit 951a83d

Browse files
committed
XXX brew try pkgconf instead of pkg-config
1 parent d612094 commit 951a83d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ jobs:
229229
# echo "PATH=/opt/homebrew/opt/flex/bin:/opt/homebrew/opt/bison/bin:$PATH" >> $GITHUB_ENV
230230
- name: Install prerequisites
231231
run: >-
232-
brew update
232+
# brew update
233233
234234
brew install
235235
cmake
@@ -242,7 +242,7 @@ jobs:
242242
libftdi
243243
readline
244244
libserialport
245-
pkg-config
245+
pkgconf
246246
- name: Print PATH after brew install
247247
run: |
248248
echo "PATH=$PATH"
@@ -300,7 +300,7 @@ jobs:
300300
libftdi
301301
readline
302302
libserialport
303-
pkg-config
303+
pkgconf
304304
- name: Print PATH
305305
run: |
306306
echo "PATH=$PATH"

0 commit comments

Comments
 (0)