actions take 63

This commit is contained in:
Jay Lee
2020-12-04 09:29:19 -05:00
parent 52d6057365
commit 43d50734a4

View File

@@ -71,10 +71,10 @@ jobs:
path: | path: |
~/python ~/python
~/ssl ~/ssl
key: ${{ matrix.os }}-${ matrix.jid }} key: ${{ matrix.os }}-${{ matrix.jid }}-20201204
- name: Build and install Python and OpenSSL - name: Build and install Python and OpenSSL
if: steps.cache-primes.outputs.cache-hit != 'true' if: matrix.goal != 'test' && steps.cache-primes.outputs.cache-hit != 'true'
run: | run: |
set +e set +e
if [ "${RUNNER_OS}" == "macOS" ]; then if [ "${RUNNER_OS}" == "macOS" ]; then
@@ -113,6 +113,7 @@ jobs:
$gam version | grep runner $gam version | grep runner
- name: Basic Tests build jobs only - name: Basic Tests build jobs only
if: matrix.goal != 'test'
run: | run: |
cd src cd src
export vline=$($gam version | grep "Python ") export vline=$($gam version | grep "Python ")