File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 push :
55 workflow_dispatch :
66env :
7- CEPGEN_PATH : /Package
7+ CEPGEN_PATH : /Package/install
88 PROCESS_NAME : MyProcessName
99
1010jobs :
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 '*'
You can’t perform that action at this time.
0 commit comments