File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 4242 sudo apt-get update
4343 sudo apt-get install -y build-essential gcc g++ make libssl-dev python3-dev python3-pip libffi-dev
4444
45- - name : Install system dependencies (macOS)
46- if : matrix.os == 'macos-latest'
47- run : |
48- brew install gcc make openssl
49- echo 'export LDFLAGS="-L/usr/local/opt/openssl@3/lib"' >> $GITHUB_ENV
50- echo 'export CPPFLAGS="-I/usr/local/opt/openssl@3/include"' >> $GITHUB_ENV
51- echo 'export PKG_CONFIG_PATH="/usr/local/opt/openssl@3/lib/pkgconfig"' >> $GITHUB_ENV
52-
5345 - name : Install system dependencies (Windows)
5446 if : matrix.os == 'windows-latest'
5547 run : |
@@ -172,4 +164,4 @@ jobs:
172164 uses : pypa/gh-action-pypi-publish@release/v1
173165 with :
174166 password : ${{ secrets.PYPI_TOKEN }}
175- verbose : true
167+ verbose : true
You can’t perform that action at this time.
0 commit comments