File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments