Skip to content

Commit b70161a

Browse files
committed
.github/workflows: ...
1 parent dcea3fb commit b70161a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Install GCC and CMake
4040
run: |
4141
sudo apt-get update
42-
sudo apt-get install -y gcc g++ cmake
42+
sudo apt-get install -y gcc g++ cmake ninja-build
4343
- name: Make script executable
4444
run: chmod +x ./tools/build_wheel_linux.sh
4545
- name: Build TA-Lib
@@ -94,7 +94,7 @@ jobs:
9494
gcc
9595
g++
9696
cmake
97-
ninja-build
97+
ninja
9898
volumes: ${{ github.workspace }}:/project
9999
- name: Make script executable
100100
run: chmod +x ./tools/build_wheel_linux.sh
@@ -147,7 +147,7 @@ jobs:
147147
- name: Install GCC and CMake
148148
run: |
149149
sudo apt-get update
150-
sudo apt-get install -y gcc g++ cmake
150+
sudo apt-get install -y gcc g++ cmake ninja-build
151151
- name: Make script executable
152152
run: chmod +x ./tools/build_wheel_linux.sh
153153
- name: Build TA-Lib
@@ -203,7 +203,7 @@ jobs:
203203
gcc
204204
g++
205205
cmake
206-
ninja-build
206+
ninja
207207
arch: aarch64
208208
volumes: ${{ github.workspace }}:/project
209209
- name: Make script executable

0 commit comments

Comments
 (0)