Skip to content

Commit

Permalink
Fix GitHub action autotools-macos
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Mar 27, 2024
1 parent ca62606 commit 699f572
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/autotools-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,15 @@ jobs:
${{ matrix.config.cc }} --version
git log -3 --pretty=format:'%h %ad %s | %an'
- name: Clean Homebrew installation
run: |
brew uninstall aws-sam-cli azure-cli bazelisk
brew uninstall [email protected]
brew uninstall geckodriver firefox google-chrome microsoft-edge
- name: Install dependencies
run: |
brew install autoconf automake gnuplot
brew install automake gnuplot || true
- name: Setup Leptonica
run: |
Expand Down

0 comments on commit 699f572

Please sign in to comment.