From 2fe70fa33c67e716785e4f88df1930fd4e909adb Mon Sep 17 00:00:00 2001 From: fbt Date: Mon, 22 Jun 2026 21:05:20 +0000 Subject: [PATCH] no need Signed-off-by: fbt --- .gitea/workflows/build-package.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitea/workflows/build-package.yaml b/.gitea/workflows/build-package.yaml index e1a53ed..59a4ea9 100644 --- a/.gitea/workflows/build-package.yaml +++ b/.gitea/workflows/build-package.yaml @@ -16,9 +16,6 @@ jobs: echo "The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - name: Check out repository code uses: actions/checkout@v3 - - name: Link the workdir into /buildroot # for script compatability with the old builder. - run: | - ln -vfs ${{ gitea.workspace }} /buildroot - name: Build the package run: | cd ${{ gitea.workspace }}