diff --git a/.gitea/workflows/build-image.yml b/.gitea/workflows/build-image.yml index bee5b24..67a1ff3 100644 --- a/.gitea/workflows/build-image.yml +++ b/.gitea/workflows/build-image.yml @@ -15,9 +15,11 @@ jobs: runs-on: cth-ubuntu-latest steps: - name: Check out repository - uses: actions/checkout@v4 - with: - lfs: true + uses: https://github.com/actions/checkout@v4 + + - name: Fetch lfs + run: | + git lfs pull - name: update packages run: apt-get update