checkout
Some checks failed
Build on RHEL8 / build (push) Failing after 15s
Build on RHEL9 / build (push) Successful in 2m50s

This commit is contained in:
froejdh_e 2025-04-22 14:27:26 +02:00
parent 7c38897712
commit ab2f06d15b

View File

@ -13,7 +13,10 @@ jobs:
container: container:
image: gitea.psi.ch/detectors/rhel8-detectors-dev image: gitea.psi.ch/detectors/rhel8-detectors-dev
steps: steps:
- uses: actions/checkout@v3 - name: Clone repository
run: |
echo Cloning ${{ github.ref_name }}
git clone https://${{secrets.GITHUB_TOKEN}}@gitea.psi.ch/${{ github.repository }}.git --branch=${{ github.ref_name }} .
- name: Build library - name: Build library
run: | run: |