Fix CI paths, again
This commit is contained in:
parent
65b8b51b35
commit
8fc3457932
6
.github/workflows/main.yaml
vendored
6
.github/workflows/main.yaml
vendored
@ -63,15 +63,15 @@ jobs:
|
|||||||
id: prepare-compilers
|
id: prepare-compilers
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: ./src/compilers
|
path: ./compilers
|
||||||
key: ${{ runner.os }}-${{ hashFiles('./src/ci-prepare-bionic.sh') }}
|
key: ${{ runner.os }}-${{ hashFiles('./src/ci-prepare-bionic.sh') }}
|
||||||
|
|
||||||
- name: Prepare compilers
|
- name: Prepare compilers
|
||||||
if: steps.prepare-compilers.outputs.cache-hit != 'true'
|
if: steps.prepare-compilers.outputs.cache-hit != 'true'
|
||||||
run: source ./ci-prepare-bionic.sh ./compilers SETUP true || true
|
run: source ./src/ci-prepare-bionic.sh ./compilers SETUP true || true
|
||||||
|
|
||||||
- name: Setup test environment
|
- name: Setup test environment
|
||||||
run: source ./ci-prepare-bionic.sh ./compilers VARS false || true
|
run: source ./src/ci-prepare-bionic.sh ./compilers VARS false || true
|
||||||
|
|
||||||
# Enable tmate debugging of manually-triggered workflows if the input option was provided
|
# Enable tmate debugging of manually-triggered workflows if the input option was provided
|
||||||
- name: Setup tmate session
|
- name: Setup tmate session
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user