Skip to content

Commit

Permalink
GHA: Suppress warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuhiro-t committed Jun 27, 2024
1 parent 7ff534e commit 3ba3aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: MacOS setup
if: runner.os == 'macOS'
run: |
brew install autoconf automake pkg-config libtool
brew install autoconf automake libtool
- name: Setup clang (Linux)
if: runner.os == 'Linux' && matrix.compiler == 'clang'
run: |
Expand Down

0 comments on commit 3ba3aee

Please sign in to comment.