Skip to content

Commit 526373d

Browse files
committed
update macos script
1 parent 06165f5 commit 526373d

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
- name: Install dependencies via Homebrew
121121
run: |
122122
brew update
123-
brew install cmake boost gmp bison flex readline ccache
123+
brew install cmake boost gmp bison flex readline ccache autoconf automake libtool
124124
125125
- name: Install SMT solvers
126126
run: |

contrib/install_yices2.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
#!/bin/bash
22
set -e
33

4-
# Ensure autoreconf is available on macOS
5-
if [[ "$(uname)" == "Darwin" ]]; then
6-
if ! command -v autoreconf >/dev/null 2>&1; then
7-
echo "[INFO] Installing autoconf and automake via Homebrew (macOS)..."
8-
brew update
9-
brew install autoconf automake
10-
fi
11-
fi
124

135
# libpoly
146
pushd .

0 commit comments

Comments
 (0)