Skip to content

Commit 360bd50

Browse files
committed
Fix build
1 parent 80aadde commit 360bd50

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/actions_release.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/setup-node@v4
1515
with:
1616
node-version: '20'
17-
- name: msbuild Version
17+
- name: msbuild version
1818
run: msbuild --version
1919
- name: Get GoogleTest
2020
run: git submodule update --init
@@ -90,10 +90,12 @@ jobs:
9090
with:
9191
distribution: 'microsoft'
9292
java-version: '17'
93-
- name : install ndk
93+
- name: install ndk
9494
uses: nttld/[email protected]
9595
with:
9696
ndk-version: r26b
97+
- name: install ninja-build
98+
run: sudo apt-get install ninja-build
9799
- name: Build
98100
run: |
99101
export CC=/usr/bin/clang
@@ -125,10 +127,12 @@ jobs:
125127
with:
126128
distribution: 'microsoft'
127129
java-version: '17'
128-
- name : install ndk
130+
- name: install ndk
129131
uses: nttld/[email protected]
130132
with:
131133
ndk-version: r26b
134+
- name: install ninja-build
135+
run: sudo apt-get install ninja-build
132136
- name: Build
133137
run: |
134138
export CC=/usr/bin/clang

0 commit comments

Comments
 (0)