Skip to content

Commit

Permalink
update vcpkg baseline. install auto tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
scareything committed Aug 5, 2024
1 parent 0c0e556 commit 21b1b5d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,14 @@ jobs:
with:
xcode-version: '15.2'

- name: macOS tools
if: runner.os == 'macOS'
shell: bash
run: brew install autoconf autoconf-archive automake pkg-config

- uses: lukka/run-vcpkg@v11
with:
vcpkgGitCommitId: 'fba75d09065fcc76a25dcf386b1d00d33f5175af'
vcpkgGitCommitId: '1de2026f28ead93ff1773e6e680387643e914ea1'

- name: ${{ matrix.spec.name }}
env:
Expand Down

0 comments on commit 21b1b5d

Please sign in to comment.