mirror of
https://github.com/Flowseal/tg-ws-proxy.git
synced 2026-07-30 09:26:06 +03:00
macos build fix
This commit is contained in:
@@ -236,6 +236,8 @@ jobs:
|
|||||||
build-macos:
|
build-macos:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
if: ${{ github.event.inputs.build_macos == 'true' }}
|
if: ${{ github.event.inputs.build_macos == 'true' }}
|
||||||
|
env:
|
||||||
|
CFFI_VERSION: "2.0.0"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
@@ -261,7 +263,7 @@ jobs:
|
|||||||
--python-version 3.12 \
|
--python-version 3.12 \
|
||||||
--implementation cp \
|
--implementation cp \
|
||||||
-d wheelhouse/arm64 \
|
-d wheelhouse/arm64 \
|
||||||
'cffi>=2.0.0' \
|
"cffi==$CFFI_VERSION" \
|
||||||
Pillow==12.1.0 \
|
Pillow==12.1.0 \
|
||||||
psutil==7.0.0
|
psutil==7.0.0
|
||||||
|
|
||||||
@@ -271,7 +273,7 @@ jobs:
|
|||||||
--python-version 3.12 \
|
--python-version 3.12 \
|
||||||
--implementation cp \
|
--implementation cp \
|
||||||
-d wheelhouse/x86_64 \
|
-d wheelhouse/x86_64 \
|
||||||
'cffi>=2.0.0' \
|
"cffi==$CFFI_VERSION" \
|
||||||
Pillow==12.1.0
|
Pillow==12.1.0
|
||||||
|
|
||||||
python3.12 -m pip download \
|
python3.12 -m pip download \
|
||||||
|
|||||||
Reference in New Issue
Block a user