diff --git a/.gitea/workflows/build_rhel8.yaml b/.gitea/workflows/build_rhel8.yaml index 49d4450..6a07d32 100644 --- a/.gitea/workflows/build_rhel8.yaml +++ b/.gitea/workflows/build_rhel8.yaml @@ -15,8 +15,10 @@ jobs: container: image: gitea.psi.ch/images/rhel8-developer-gitea-actions steps: - - name: Checkout code - uses: actions/checkout@v3 + # - name: Checkout code + # uses: actions/checkout@v3 + - name: Checkout LFS objects + run: git clone https://${{secrets.GITHUB_TOKEN}}@gitea.psi.ch/${{ github.repository }}.git . - name: Build RPM run: | diff --git a/.gitea/workflows/build_rhel9.yaml b/.gitea/workflows/build_rhel9.yaml index ab2855f..185dc53 100644 --- a/.gitea/workflows/build_rhel9.yaml +++ b/.gitea/workflows/build_rhel9.yaml @@ -15,8 +15,10 @@ jobs: container: image: gitea.psi.ch/images/rhel9-developer-gitea-actions steps: - - name: Checkout code - uses: actions/checkout@v4 + # - name: Checkout code + # uses: actions/checkout@v4 + - name: Checkout LFS objects + run: git clone https://${{secrets.GITHUB_TOKEN}}@gitea.psi.ch/${{ github.repository }}.git . - name: Build RPM run: |