Skip to content

Commit e78ec88

Browse files
committed
XXX where does pkg-config come from?
1 parent 952ad02 commit e78ec88

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,6 @@ 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 unlink pkg-config
233-
234-
# brew update`
235-
236232
brew install
237233
cmake
238234
flex
@@ -244,10 +240,6 @@ jobs:
244240
libftdi
245241
readline
246242
libserialport
247-
pkgconf
248-
249-
brew link
250-
pkgconf
251243
- name: Print PATH after brew install
252244
run: |
253245
echo "PATH=$PATH"
@@ -289,10 +281,6 @@ jobs:
289281
- uses: actions/checkout@v3
290282
- name: Install prerequisites
291283
run: >-
292-
brew unlink pkg-config
293-
294-
# brew update
295-
296284
brew install
297285
automake
298286
autoconf
@@ -306,10 +294,6 @@ jobs:
306294
libftdi
307295
readline
308296
libserialport
309-
pkgconf
310-
311-
brew link
312-
pkgconf
313297
- name: Print PATH
314298
run: |
315299
echo "PATH=$PATH"

0 commit comments

Comments
 (0)