File tree Expand file tree Collapse file tree 1 file changed +3
-24
lines changed Expand file tree Collapse file tree 1 file changed +3
-24
lines changed Original file line number Diff line number Diff line change @@ -17,21 +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
- runs-on : windows-latest
22
- steps :
23
- - uses : actions/cache@v3
24
- with :
25
- path : |
26
- /Users/runneradmin/AppData/Local/bazelisk
27
- /Users/runneradmin/.cache/bazel-disk-cache
28
- key : ${{runner.os}}-bazel-cache
29
- - uses : actions/checkout@v3
30
- - run : bazel build --config=ci //...
31
20
test-windows :
21
+
32
22
runs-on : windows-latest
33
- needs : build-windows
34
23
steps :
24
+ - name : bazel visual studio 17.6+ workaround # https://github.com/bazelbuild/bazel/issues/18592
25
+ run : Remove-Item -Path "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\vcpkg" -Force -Recurse
35
26
- uses : actions/cache@v3
36
27
with :
37
28
path : |
40
31
key : ${{runner.os}}-bazel-cache
41
32
- uses : actions/checkout@v3
42
33
- run : bazel test --config=ci //...
43
- build-linux :
44
- runs-on : ubuntu-latest
45
- steps :
46
- - uses : actions/cache@v3
47
- with :
48
- path : |
49
- ~/.cache/bazelisk
50
- ~/.cache/bazel-disk-cache
51
- key : ${{runner.os}}-bazel-cache
52
- - uses : actions/checkout@v3
53
- - run : bazel build --config=ci --config=no-warnings //...
54
34
test-linux :
55
35
runs-on : ubuntu-latest
56
- needs : build-linux
57
36
steps :
58
37
- uses : actions/cache@v3
59
38
with :
You can’t perform that action at this time.
0 commit comments