From cd859081b8dc9c6daaa880f25353e830b6c1157c Mon Sep 17 00:00:00 2001 From: 6arelyFuture Date: Mon, 17 Jun 2024 21:26:57 +0000 Subject: [PATCH] build: try to eliminate a step --- .gitea/workflows/link.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitea/workflows/link.yml b/.gitea/workflows/link.yml index cddfd51..6834d42 100644 --- a/.gitea/workflows/link.yml +++ b/.gitea/workflows/link.yml @@ -20,10 +20,6 @@ jobs: lfs: false token: ${{ secrets.SUBMODULE_PAT }} - - name: Make sure we have the deps - run: | - git submodule update --init --recursive - - name: Link assets uses: addnab/docker-run-action@v3 with: