|
41 | 41 | sudo apt-get update
|
42 | 42 | sudo apt-get install -y gcc g++ cmake
|
43 | 43 | - name: Make script executable
|
44 |
| - run: chmod +x build_linux.sh |
| 44 | + run: chmod +x ./tools/build_wheel_linux.sh |
45 | 45 | - name: Build TA-Lib
|
46 | 46 | run: ./tools/build_wheel_linux.sh
|
47 | 47 | shell: bash
|
@@ -100,7 +100,7 @@ jobs:
|
100 | 100 | cmake
|
101 | 101 | volumes: ${{ github.workspace }}:/project
|
102 | 102 | - name: Make script executable
|
103 |
| - run: chmod +x build_linux.sh |
| 103 | + run: chmod +x ./tools/build_wheel_linux.sh |
104 | 104 | - name: Build TA-Lib
|
105 | 105 | run: |
|
106 | 106 | ./tools/build_wheel_linux.sh
|
@@ -224,7 +224,7 @@ jobs:
|
224 | 224 | - name: Checkout repository
|
225 | 225 | uses: actions/checkout@v4
|
226 | 226 | - name: Make script executable
|
227 |
| - run: chmod +x build_macos.sh |
| 227 | + run: chmod +x ./tools/build_wheel_macos.sh |
228 | 228 | - name: Build TA-Lib
|
229 | 229 | run: ./tools/build_wheel_macos.sh
|
230 | 230 | shell: bash
|
@@ -268,7 +268,7 @@ jobs:
|
268 | 268 | - name: Checkout repository
|
269 | 269 | uses: actions/checkout@v4
|
270 | 270 | - name: Make script executable
|
271 |
| - run: chmod +x build_macos.sh |
| 271 | + run: chmod +x ./tools/build_wheel_macos.sh |
272 | 272 | - name: Build TA-Lib
|
273 | 273 | run: ./tools/build_wheel_macos.sh
|
274 | 274 | shell: bash
|
|
0 commit comments