Skip to content

Commit

Permalink
GH actions: Install missing autoconf
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenke committed Dec 22, 2024
1 parent ac2365a commit dadcdaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ jobs:
run: |
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
- name: Install ninja on macOS
- name: Install build-tools on macOS
if: runner.os == 'macOS'
run: brew install ninja
run: brew install autoconf ninja

- name: Setup vcpkg on macOS
if: runner.os == 'macOS'
Expand Down

0 comments on commit dadcdaa

Please sign in to comment.