Skip to content

Commit d45eacc

Browse files
committed
chmod build scripts
1 parent e1cc565 commit d45eacc

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
@@ -41,7 +41,7 @@ jobs:
4141
sudo apt-get update
4242
sudo apt-get install -y gcc g++ cmake
4343
- name: Make script executable
44-
run: chmod +x build_linux.sh
44+
run: chmod +x ./tools/build_wheel_linux.sh
4545
- name: Build TA-Lib
4646
run: ./tools/build_wheel_linux.sh
4747
shell: bash
@@ -100,7 +100,7 @@ jobs:
100100
cmake
101101
volumes: ${{ github.workspace }}:/project
102102
- name: Make script executable
103-
run: chmod +x build_linux.sh
103+
run: chmod +x ./tools/build_wheel_linux.sh
104104
- name: Build TA-Lib
105105
run: |
106106
./tools/build_wheel_linux.sh
@@ -224,7 +224,7 @@ jobs:
224224
- name: Checkout repository
225225
uses: actions/checkout@v4
226226
- name: Make script executable
227-
run: chmod +x build_macos.sh
227+
run: chmod +x ./tools/build_wheel_macos.sh
228228
- name: Build TA-Lib
229229
run: ./tools/build_wheel_macos.sh
230230
shell: bash
@@ -268,7 +268,7 @@ jobs:
268268
- name: Checkout repository
269269
uses: actions/checkout@v4
270270
- name: Make script executable
271-
run: chmod +x build_macos.sh
271+
run: chmod +x ./tools/build_wheel_macos.sh
272272
- name: Build TA-Lib
273273
run: ./tools/build_wheel_macos.sh
274274
shell: bash

0 commit comments

Comments
 (0)