aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2020-04-22 16:38:13 -0500
committerGitHub <noreply@github.com>2020-04-22 17:38:13 -0400
commite0ed99cdbe86e8da7dc1421e56ba322d4f1c02c4 (patch)
tree689c057dd045e1757601b322cb12ef3c99661cc9
parent23648a4236acd5e7e18e82bee71f43146e09c857 (diff)
downloadcryptography-e0ed99cdbe86e8da7dc1421e56ba322d4f1c02c4.tar.gz
cryptography-e0ed99cdbe86e8da7dc1421e56ba322d4f1c02c4.tar.bz2
cryptography-e0ed99cdbe86e8da7dc1421e56ba322d4f1c02c4.zip
we need to check out the code in the wheel builder for macos now (#5220)
can't download openssl without the script to do it
-rw-r--r--.github/workflows/wheel-builder.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml
index 5452d966..daeaf4e1 100644
--- a/.github/workflows/wheel-builder.yml
+++ b/.github/workflows/wheel-builder.yml
@@ -67,6 +67,7 @@ jobs:
BIN_PATH: '/Library/Frameworks/Python.framework/Versions/3.8/bin/python3'
name: "Python ${{ matrix.PYTHON.VERSION }} for ABI ${{ matrix.PYTHON.ABI_VERSION }} on macOS"
steps:
+ - uses: actions/checkout@master
- run: |
curl "$PYTHON_DOWNLOAD_URL" -o python.pkg
sudo installer -pkg python.pkg -target /