mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-25 05:52:40 +03:00
mac: use patch instead of git apply
This commit is contained in:
parent
beeb829b5b
commit
2e84b06ffb
2
.github/workflows/macOS.yml
vendored
2
.github/workflows/macOS.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
||||
/Library/Frameworks/Python.framework/Versions/3.7/bin/pip3.7 download pyscard --no-binary :all:
|
||||
tar -xvf pyscard*
|
||||
cd pyscard*
|
||||
git apply ../.github/workflows/macos-pyscard-patch.patch
|
||||
patch setup.py ../.github/workflows/macos-pyscard-patch.patch
|
||||
cd ..
|
||||
sudo env MACOSX_DEPLOYMENT_TARGET=10.13 CFLAGS="-I/opt/openssl/include" LDFLAGS="-L/opt/openssl/lib" /Library/Frameworks/Python.framework/Versions/3.7/bin/pip3.7 install ./pyscard* --no-binary :all: --ignore-installed --force-reinstall --no-cache
|
||||
sudo env MACOSX_DEPLOYMENT_TARGET=10.13 CFLAGS="-I/opt/openssl/include" LDFLAGS="-L/opt/openssl/lib" /Library/Frameworks/Python.framework/Versions/3.7/bin/pip3.7 install -r requirements.txt --no-binary :all:
|
||||
|
Loading…
Reference in New Issue
Block a user