Skip to content

Commit

Permalink
Add autoconf-archive to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
spinicist committed May 25, 2023
1 parent 472d148 commit 6deda21
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,14 @@ jobs:
submodules: 'recursive'
fetch-depth: 0

- name: Install GNU tar
- name: Install Build Tools
shell: bash
run: |
if [ "${{runner.os}}" == "macOS" ]; then
brew install gnu-tar
brew install gnu-tar automake autoconf autoconf-archive
else
sudo apt-get update
sudo apt-get install automake autoconf autoconf-archive
fi
- name: Restore vcpkg binary cache
Expand Down

0 comments on commit 6deda21

Please sign in to comment.