Skip to content

Commit

Permalink
add libtool (otherwise CI autoconf error)
Browse files Browse the repository at this point in the history
  • Loading branch information
mschubert committed Jul 11, 2024
1 parent e1fc7e6 commit f65e6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
if: runner.os == 'macOS'
run: |
brew update
brew install coreutils automake
brew install coreutils automake libtool
- name: Set up local key-based SSH
if: runner.os != 'Windows' # GHA does not allow empty passphrase on Windows
Expand Down

0 comments on commit f65e6b8

Please sign in to comment.