Skip to content

Commit

Permalink
CI: fixed package installation
Browse files Browse the repository at this point in the history
  • Loading branch information
forthommel committed Dec 19, 2022
1 parent 9d28fda commit 84f4956
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -23,11 +23,14 @@ jobs:
- id: Fedora 37
CI_IMAGE: 'laufor/ci-images:cepgen-fedora37'
cmakeExec: cmake3
packageInstall: [sudo dnf install -y /Package/build/*.rpm]
packageInstall: |
sudo dnf install -y /Package/build/*.rpm
- id: CC7
CI_IMAGE: 'laufor/ci-images:cepgen-cc7'
cmakeExec: cmake3
extraCommands: source scl_source enable devtoolset-8 || echo ignoring exit code so CI does not bomb when it should not > /dev/null
packageInstall: |
sudo yum install -y /Package/build/*.rpm
- id: Ubuntu 20.04
CI_IMAGE: 'laufor/ci-images:cepgen-ubuntu20'
cmakeExec: cmake
Expand Down

0 comments on commit 84f4956

Please sign in to comment.