Skip to content

Commit a34dc17

Browse files
Fix build script
1 parent 30e0c2a commit a34dc17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: bash ./.github/scripts/install-macos-deps.sh
6666

6767
- name: Build
68-
run:
68+
run: |
6969
python setup.py bdist_wheel --py-limited-api=cp36
7070
BTCLIB_LIBSECP256K1_DYNAMIC=true python setup.py bdist_wheel --py-limited-api=cp36
7171
# python setup.py bdist_wheel --plat-name=macosx_11_x86_64

0 commit comments

Comments
 (0)