We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e34594 commit b2eec6aCopy full SHA for b2eec6a
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
run: sudo apt-get install lld
31
- name: Setup Windows
32
if: matrix.os.name == 'windows'
33
- run: echo "startup --output_user_root=D:/bzl" > user.bazelrc
+ run: echo "startup --output_user_root=C:/bzl" > user.bazelrc
34
- name: Setup Mac
35
if: matrix.os.name == 'macos'
36
run: sudo xcode-select -s "/Applications/Xcode_16.3.app"
0 commit comments