mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
actions take 34
This commit is contained in:
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
@@ -32,7 +32,16 @@ jobs:
|
|||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
fetch-depth: 0
|
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: |
|
run: |
|
||||||
set +e
|
set +e
|
||||||
if [ "${RUNNER_OS}" == "macOS" ]; then
|
if [ "${RUNNER_OS}" == "macOS" ]; then
|
||||||
@@ -47,3 +56,5 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
cd src
|
cd src
|
||||||
source travis/${GAMOS}-before-install.sh
|
source travis/${GAMOS}-before-install.sh
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user