actions take 34

This commit is contained in:
Jay Lee
2020-12-03 20:02:32 -05:00
parent 40a2fdb7fd
commit cd4dd44004

View File

@@ -32,7 +32,16 @@ jobs:
persist-credentials: false
fetch-depth: 0
- name: Before Build
- name: Cache multiple paths
uses: actions/cache@v2
with:
path: |
~/python
~/ssl
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
- name: Build and install Python/OpenSSL
if: steps.cache-primes.outputs.cache-hit != 'true'
run: |
set +e
if [ "${RUNNER_OS}" == "macOS" ]; then
@@ -47,3 +56,5 @@ jobs:
fi
cd src
source travis/${GAMOS}-before-install.sh