Skip to content

Commit

Permalink
Specify clang path
Browse files Browse the repository at this point in the history
  • Loading branch information
nmattia committed Jan 17, 2025
1 parent 6ce6e0e commit da4c6a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-namespace-darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
# Build and test, excluding 'upload' jobs that are not required on macOS (used in reproducibility tests)
- name: Test
run: |
export CC=/opt/homebrew/opt/llvm/bin/clang
bazel \
--noworkspace_rc \
--bazelrc=./bazel/conf/.bazelrc.build --bazelrc=/tmp/bazel-cache.bazelrc \
Expand Down

0 comments on commit da4c6a5

Please sign in to comment.