Skip to content

Commit

Permalink
Merge pull request #2937 from masatake/github-actions-fix-building-on…
Browse files Browse the repository at this point in the history
…-macos

GitHub Actions (MacOS): don't install autoconf explicitly
  • Loading branch information
masatake authored Apr 1, 2021
2 parents af30512 + 30a126b commit 3185b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: install tools and libraries
run: |
brew upgrade python@3.9 || brew link --overwrite python@3.9
brew install autoconf automake pkg-config bash libxml2 jansson libyaml gdb docutils
brew install automake pkg-config bash libxml2 jansson libyaml gdb docutils
- name: autogen.sh
run: ./autogen.sh
- name: report the version of cc
Expand Down

0 comments on commit 3185b28

Please sign in to comment.