use workaround for git lfs checkout
Build and Publish RPM / build-and-publish (push) Failing after 21s

This commit is contained in:
2025-10-06 08:52:01 +02:00
parent 8ea92fa57a
commit a7f99eb290
2 changed files with 8 additions and 4 deletions
+4 -2
View File
@@ -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: |
+4 -2
View File
@@ -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: |