We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d612094 commit 951a83dCopy full SHA for 951a83d
.github/workflows/build.yml
@@ -229,7 +229,7 @@ jobs:
229
# echo "PATH=/opt/homebrew/opt/flex/bin:/opt/homebrew/opt/bison/bin:$PATH" >> $GITHUB_ENV
230
- name: Install prerequisites
231
run: >-
232
- brew update
+ # brew update
233
234
brew install
235
cmake
@@ -242,7 +242,7 @@ jobs:
242
libftdi
243
readline
244
libserialport
245
- pkg-config
+ pkgconf
246
- name: Print PATH after brew install
247
run: |
248
echo "PATH=$PATH"
@@ -300,7 +300,7 @@ jobs:
300
301
302
303
304
- name: Print PATH
305
306
0 commit comments