Skip to content

Commit

Permalink
Using centos7 from aidasoft
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvbrt committed Dec 11, 2023
1 parent b960fa2 commit e20e52a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
matrix:
STACK: ['/cvmfs/sw-nightlies.hsf.org/key4hep/setup.sh',
'/cvmfs/sw.hsf.org/key4hep/setup.sh']
OS: ['centos7', 'alma9']
OS: ['aidasoft/centos7', 'key4hep/key4hep-images/alma9']
steps:
- uses: actions/checkout@v3
- uses: cvmfs-contrib/github-action-cvmfs@v3
Expand All @@ -16,7 +16,7 @@ jobs:
docker run -it --name CI_container \
-v ${GITHUB_WORKSPACE}:/Package \
-v /cvmfs:/cvmfs:shared \
-d ghcr.io/key4hep/key4hep-images/${{ matrix.OS }}:latest /bin/bash
-d ghcr.io/${{ matrix.OS }}:latest /bin/bash
- name: Compile
run: |
docker exec CI_container /bin/bash -c 'cd ./Package;\
Expand Down

0 comments on commit e20e52a

Please sign in to comment.