Skip to content

Commit

Permalink
ci(macos): fix missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed Oct 29, 2024
1 parent 56cdc3d commit 426a944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
HOMEBREW_NO_ANALYTICS: 1
HOMEBREW_NO_INSTALL_CLEANUP: 1
run: |
brew install llvm coreutils
brew install lld llvm coreutils
- name: Build
run: ./.ci_build_samples.sh
ubuntu:
Expand Down

0 comments on commit 426a944

Please sign in to comment.