File tree Expand file tree Collapse file tree 1 file changed +4
-27
lines changed Expand file tree Collapse file tree 1 file changed +4
-27
lines changed Original file line number Diff line number Diff line change @@ -17,23 +17,12 @@ jobs:
17
17
- uses : actions/checkout@v3
18
18
-
uses :
jidicula/[email protected]
19
19
with : { clang-format-version: "15" }
20
- build-windows :
21
- # SEE: https://github.com/bazelbuild/bazel/issues/18592
22
- runs-on : windows-2019
23
- steps :
24
- - uses : actions/cache@v3
25
- with :
26
- path : |
27
- /Users/runneradmin/AppData/Local/bazelisk
28
- /Users/runneradmin/.cache/bazel-disk-cache
29
- key : ${{runner.os}}-bazel-cache
30
- - uses : actions/checkout@v3
31
- - run : bazel build --config=ci //...
32
20
test-windows :
33
- # SEE: https://github.com/bazelbuild/bazel/issues/18592
34
- runs-on : windows-2019
35
- needs : build-windows
21
+
22
+ runs-on : windows-latest
36
23
steps :
24
+ - name : bazel visual studio 17.6+ workaround # https://github.com/bazelbuild/bazel/issues/18592
25
+ run : ' rmdir /q /s C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\vcpkg'
37
26
- uses : actions/cache@v3
38
27
with :
39
28
path : |
42
31
key : ${{runner.os}}-bazel-cache
43
32
- uses : actions/checkout@v3
44
33
- run : bazel test --config=ci //...
45
- build-linux :
46
- runs-on : ubuntu-latest
47
- steps :
48
- - uses : actions/cache@v3
49
- with :
50
- path : |
51
- ~/.cache/bazelisk
52
- ~/.cache/bazel-disk-cache
53
- key : ${{runner.os}}-bazel-cache
54
- - uses : actions/checkout@v3
55
- - run : bazel build --config=ci --config=no-warnings //...
56
34
test-linux :
57
35
runs-on : ubuntu-latest
58
- needs : build-linux
59
36
steps :
60
37
- uses : actions/cache@v3
61
38
with :
You can’t perform that action at this time.
0 commit comments