Skip to content

Commit

Permalink
Install autoconf on macos CI for Yices2
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanoKobalamyne committed May 21, 2024
1 parent bd026eb commit 6fee789
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
include:
- name: msat
setup_opts: --auto-yes
- name: yices2
extra_macos_packages: autoconf

name: ${{ matrix.os }}:${{ matrix.name }}
runs-on: ${{ matrix.os}}
Expand All @@ -41,7 +43,8 @@ jobs:
brew update
brew install \
gmp \
gperf
gperf \
${{ matrix.extra_macos_packages }}
- name: Python Dependencies
run: |
Expand Down

0 comments on commit 6fee789

Please sign in to comment.