Skip to content

Commit

Permalink
fix(ci): use autoconf from brew on the macos build on gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JCMais committed Dec 9, 2024
1 parent 65cf2a5 commit 411d019
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,19 +94,7 @@ jobs:
if: matrix.node-libcurl-cpp-std
- if: runner.os == 'macOS'
name: Install Needed packages on macOS
run: brew install coreutils wget automake libtool cmake gnu-sed m4
# not using brew for that one as we need 2.69
- if: runner.os == 'macOS'
name: Install autoconf on macOS
run: |
curl -O -L http://ftpmirror.gnu.org/autoconf/autoconf-2.69.tar.gz
tar -xzf autoconf-2.69.tar.gz
cd autoconf-*
./configure
make
make install
autoconf --version
ln -s /usr/local/bin/glibtoolize /usr/local/bin/libtoolize
run: brew install coreutils wget automake libtool cmake gnu-sed m4 autoconf
- name: Output yarn cache dir
id: yarn-cache-dir
run: echo "::set-output name=dir::$(yarn cache dir)"
Expand Down

0 comments on commit 411d019

Please sign in to comment.