Skip to content

Commit 364fa90

Browse files
committed
Updated CI paths
1 parent bc8583d commit 364fa90

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test_framework.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
workflow_dispatch:
66
env:
7-
CEPGEN_PATH: /Package
7+
CEPGEN_PATH: /Package/install
88
PROCESS_NAME: MyProcessName
99

1010
jobs:
@@ -14,7 +14,7 @@ jobs:
1414
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
1515
runs-on: ubuntu-latest
1616
container:
17-
image: 'laufor/ci-images:cepgen-fedora39'
17+
image: 'laufor/ci-images:cepgen-fedora40'
1818
options: -v ${{ github.workspace }}:/Example
1919
steps:
2020
- uses: actions/checkout@v4
@@ -23,11 +23,11 @@ jobs:
2323
with:
2424
workflow: build.yml
2525
workflow_conclusion: success
26-
name: build-env
26+
name: install-env
2727
repo: cepgen/cepgen
2828
- name: 'CepGen uncompress'
2929
run: |
30-
tar xvfz environment.tar.gz -C /
30+
tar xvfz install-environment.tar.gz -C /
3131
- name: 'Configure the build'
3232
run: |
3333
git config --global --add safe.directory '*'

0 commit comments

Comments
 (0)