Skip to content

Commit

Permalink
Install autoconf/automake.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Dec 30, 2022
1 parent 60be046 commit 4fa30a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
os: [macos-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v3
- name: Install autoconf/automake on macos
if: matrix.os == 'macos-latest'
run: brew install autoconf automake
- name: Install autoconf/automake on ubuntu
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get -y automake autoconf
- name: bootstrap
run: ./bootstrap
- name: configure
Expand Down

0 comments on commit 4fa30a9

Please sign in to comment.