File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
- name : CI
1
+ name : Linux Tests
2
2
3
3
on :
4
4
push :
Original file line number Diff line number Diff line change 1
- name : CI
1
+ name : Windows Tests
2
2
3
3
on :
4
4
push :
@@ -19,12 +19,13 @@ jobs:
19
19
- name : Setup winget
20
20
uses : Cyberboss/install-winget@v1
21
21
22
+ - name : Setup Ninja
23
+ uses : ashutoshvarma/setup-ninja@master
24
+
22
25
- name : Install build tools
23
26
run : |
24
- winget install Microsoft.VisualStudio.BuildTools
27
+ winget install Microsoft.VisualStudio.BuildTools --accept-source-agreements --accept-package-agreements --silent
25
28
winget install -e --id Kitware.CMake --accept-source-agreements --accept-package-agreements --silent
26
- winget install -e --id Ninja-build.Ninja --accept-source-agreements --accept-package-agreements --silent
27
- winget install --id Git.Git -e --source winget --accept-source-agreements --accept-package-agreements --silent
28
29
29
30
- name : Run build script
30
31
run : |
You can’t perform that action at this time.
0 commit comments