Skip to content

Commit

Permalink
ci: fix build for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jan 26, 2025
1 parent 1d07559 commit fff8d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-for-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Fluent CI CLI
uses: fluentci-io/setup-fluentci@v5
- name: Installing needed dependencies
run: brew install protobuf
run: brew install protobuf llvm@15
- name: Installing Rust toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit fff8d65

Please sign in to comment.