File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 9
9
- " **"
10
10
11
11
jobs :
12
+ typos-check :
13
+ name : Typos Check
14
+ runs-on : ubuntu-latest
15
+ steps :
16
+ - uses : actions/checkout@v4
17
+ -
uses :
crate-ci/[email protected]
18
+
12
19
formatting-check :
13
20
name : Formatting Check
14
21
runs-on : ubuntu-latest
15
22
steps :
16
23
- uses : actions/checkout@v4
17
- - uses : jidicula/clang-format-action@v4.9 .0
18
- with : { clang-format-version: "16 " }
24
+ - uses : jidicula/clang-format-action@v4.11 .0
25
+ with : { clang-format-version: "18 " }
19
26
20
27
test-windows :
21
28
runs-on : windows-latest
22
29
steps :
23
- - name : Ecsact SDK
24
- uses :
ecsact-dev/[email protected]
25
30
- uses : actions/cache@v3
26
31
with :
27
32
path : |
28
33
/Users/runneradmin/AppData/Local/bazelisk
29
34
/Users/runneradmin/.cache/bazel-disk-cache
30
35
key : ${{runner.os}}-bazel-cache
31
36
- uses : actions/checkout@v4
32
- - run : bazelisk --output_user_root=C:/tmp build --config=ci //...
37
+ - run : bazelisk build --config=ci //...
33
38
- if : ${{ hashfiles('test/MODULE.bazel') != '' }}
34
- run : bazelisk --output_user_root=C:/tmp test --config=ci ...
39
+ run : bazelisk test --config=ci ...
35
40
working-directory : test
36
41
37
42
test-linux :
38
43
runs-on : ubuntu-latest
39
44
steps :
40
- - name : Ecsact SDK
41
- uses :
ecsact-dev/[email protected]
42
45
- uses : actions/cache@v3
43
46
with :
44
47
path : |
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ copts = selects.with_or({
10
10
"-fexperimental-library" ,
11
11
],
12
12
("@rules_cc//cc/compiler:msvc-cl" , "@rules_cc//cc/compiler:clang-cl" ): [
13
- "/std:c++latest " ,
13
+ "/std:c++20 " ,
14
14
"/permissive-" ,
15
15
"/Zc:preprocessor" ,
16
16
],
You can’t perform that action at this time.
0 commit comments