Skip to content

Commit

Permalink
fix output user root
Browse files Browse the repository at this point in the history
  • Loading branch information
dstanev-atvi committed Dec 18, 2023
1 parent 8f7417a commit e9156bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
echo "build --disk_cache=c:/b/d" > ../top.bazelrc1
echo "common --repository_cache=c:/b/r" >> ../top.bazelrc
echo "startup --output_user_root=f:/b/u" >> ../top.bazelrc
echo "startup --output_user_root=c:/b/u" >> ../top.bazelrc
type ../top.bazelrc
./otel_sdk_build.cmd
Expand Down

0 comments on commit e9156bd

Please sign in to comment.