From 2589d1f7f137e54d4ad28eae69dc44b0554f6563 Mon Sep 17 00:00:00 2001 From: 6arelyFuture Date: Mon, 17 Jun 2024 21:14:25 +0000 Subject: [PATCH] build: try to eliminate a step (#6) --- .gitea/workflows/link.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitea/workflows/link.yml b/.gitea/workflows/link.yml index 9b5833c..e2fd3ad 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: