Skip to content

Commit fdb4322

Browse files
committed
.github/workflows: ...
1 parent a170669 commit fdb4322

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
uses: pypa/[email protected]
2727
env:
2828
CIBW_BEFORE_ALL: |
29-
bash ./tools/build_talib_linux.sh
29+
chmod +x ./tools/build_talib_linux.sh
30+
./tools/build_talib_linux.sh
3031
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
3132
CIBW_SKIP: "pp* cp*-musllinux*"
3233
CIBW_TEST_COMMAND: >

0 commit comments

Comments
 (0)