Skip to content

Commit

Permalink
actions: Suppress warnings if libtool is already installed
Browse files Browse the repository at this point in the history
Signed-off-by: Darryl Abbate <drl@amazon.com>
  • Loading branch information
darrylabbate committed Sep 25, 2024
1 parent 8f98540 commit 116ac1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
- name: Install dependencies (Mac OS)
run: |
brew install automake
brew install libtool
brew install --quiet libtool
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Build Check
run: |
Expand Down

0 comments on commit 116ac1e

Please sign in to comment.