Skip to content

Commit e45d98d

Browse files
authored
Update otel_sdk.yml
1 parent 8757251 commit e45d98d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/otel_sdk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ jobs:
5555
cmd /c dir d:\d || echo "swallowing errors"
5656
refsutil dedup d:\d /s
5757
- name: build minimal otel_sdk
58-
# On the CI, the gibhub windows image uses 14.42.34438 while for some reason what I have on my machine is 14.42.34433
58+
# On the CI, the github runner does not have constant vs2022 msvc release, but has the same vs2019 (14.29.30133)
5959
run: |
60-
echo "build:windows --action_env=BAZEL_VC_FULL_VERSION=14.42.34438" >> ../top.bazelrc
60+
echo "build:windows --action_env=BAZEL_VC_FULL_VERSION=14.29.30133" >> ../top.bazelrc
6161
echo "build:windows --host_action_env=BAZEL_VC_FULL_VERSION=14.42.34438" >> ../top.bazelrc
6262
echo "build --disk_cache=d:/d" >> ../top.bazelrc
6363
echo "common --repository_cache=d:/r" >> ../top.bazelrc

0 commit comments

Comments
 (0)