Skip to content

Commit

Permalink
Install automake/autoconf
Browse files Browse the repository at this point in the history
  • Loading branch information
j-woz committed Sep 11, 2024
1 parent 6038d47 commit 3ff599b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dev/github-actions/setup-conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ elif [[ $MATRIX_OS == "macos-14" ]]
then
TOOL=( brew install )
PKGS=(
autoconf
automake

# To resolve the sed -i problem on Mac
gnu-sed
# For consistent timing messages:
Expand All @@ -36,6 +39,9 @@ elif [[ $MATRIX_OS == "macos-14-arm64" ]]
then
TOOL=( brew install )
PKGS=(
autoconf
automake

# To resolve the sed -i problem on Mac
gnu-sed
# For consistent timing messages:
Expand Down

0 comments on commit 3ff599b

Please sign in to comment.