Skip to content

Commit b2eec6a

Browse files
authored
[workered-cxx] fix windows ci build (#18)
1 parent 2e34594 commit b2eec6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: sudo apt-get install lld
3131
- name: Setup Windows
3232
if: matrix.os.name == 'windows'
33-
run: echo "startup --output_user_root=D:/bzl" > user.bazelrc
33+
run: echo "startup --output_user_root=C:/bzl" > user.bazelrc
3434
- name: Setup Mac
3535
if: matrix.os.name == 'macos'
3636
run: sudo xcode-select -s "/Applications/Xcode_16.3.app"

0 commit comments

Comments
 (0)