File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 14
14
- uses : actions/setup-node@v4
15
15
with :
16
16
node-version : ' 20'
17
- - name : msbuild Version
17
+ - name : msbuild version
18
18
run : msbuild --version
19
19
- name : Get GoogleTest
20
20
run : git submodule update --init
@@ -90,10 +90,12 @@ jobs:
90
90
with :
91
91
distribution : ' microsoft'
92
92
java-version : ' 17'
93
- - name : install ndk
93
+ - name : install ndk
94
94
95
95
with :
96
96
ndk-version : r26b
97
+ - name : install ninja-build
98
+ run : sudo apt-get install ninja-build
97
99
- name : Build
98
100
run : |
99
101
export CC=/usr/bin/clang
@@ -125,10 +127,12 @@ jobs:
125
127
with :
126
128
distribution : ' microsoft'
127
129
java-version : ' 17'
128
- - name : install ndk
130
+ - name : install ndk
129
131
130
132
with :
131
133
ndk-version : r26b
134
+ - name : install ninja-build
135
+ run : sudo apt-get install ninja-build
132
136
- name : Build
133
137
run : |
134
138
export CC=/usr/bin/clang
You can’t perform that action at this time.
0 commit comments