File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments