WIP
Some checks failed
Build on RHEL8 / build (push) Failing after 1m4s
Build on RHEL9 / build (push) Successful in 1m46s

This commit is contained in:
froejdh_e 2025-04-10 09:00:15 +02:00
parent d1e291d583
commit e97cf69fd5

View File

@ -16,8 +16,8 @@ jobs:
# - uses: actions/checkout@v4
- 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 }} .
echo Cloning ${{ github.ref_name }}
git clone https://${{secrets.GITHUB_TOKEN}}@gitea.psi.ch/${{ github.repository }}.git --branch=${{ github.ref_name }} .
- name: Install dependencies