mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-20 22:21:37 +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
|
||||
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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user