Skip to content

Commit

Permalink
workflows: macos: fix libyaml package name (fluent#5606)
Browse files Browse the repository at this point in the history
Signed-off-by: Furkan <furkan.turkal@trendyol.com>
Signed-off-by: Manal Geries <mgeriesa@gmail.com>
  • Loading branch information
Dentrax authored and mgeriesa committed Oct 25, 2022
1 parent 0b56a8a commit 2f8900a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/call-build-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Install dependencies
run: |
brew update
brew install bison flex libyaml-dev || true
brew install bison flex libyaml || true
- name: Build Fluent Bit packages
run: |
export LIBRARY_PATH=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib:$LIBRARY_PATH
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.idea
.vscode
.DS_Store
*~
_book/
Expand Down

0 comments on commit 2f8900a

Please sign in to comment.