Skip to content

Commit 46c3a57

Browse files
committed
debug macos
1 parent ca60c24 commit 46c3a57

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci-macos.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@ jobs:
2020
- uses: ./.github/actions/detect-package-metadata
2121
- name: Install dependencies
2222
run: |
23-
brew install bazelisk
23+
brew install bazelisk tree
2424
brew install llvm@16 llvm@17 llvm@18
25+
- name: Debug
26+
run: |
27+
tree
2528
- name: Build, test, package
2629
run: |
2730
bazel build //...

0 commit comments

Comments
 (0)