mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
actions take 63
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -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 ")
|
||||||
|
|||||||
Reference in New Issue
Block a user