mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-07-13 16:20:49 +02:00
added git lfs to workflow
This commit is contained in:
@@ -15,6 +15,7 @@ jobs:
|
||||
steps:
|
||||
- name: Clone repository
|
||||
run: |
|
||||
git lfs install
|
||||
echo Cloning ${{ github.ref_name }}
|
||||
git clone https://${{secrets.GITHUB_TOKEN}}@gitea.psi.ch/${{ github.repository }}.git --branch=${{ github.ref_name }} .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user