From 21e7d62c7d28f8a5af87070039a68b0f0b9b5423 Mon Sep 17 00:00:00 2001 From: luoliwoshang <2643523683@qq.com> Date: Thu, 25 Sep 2025 14:46:00 +0800 Subject: [PATCH] ci:rm unuse shell decl --- .github/actions/setup-goreleaser/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/setup-goreleaser/action.yml b/.github/actions/setup-goreleaser/action.yml index 19bb308c..f8f5cef8 100644 --- a/.github/actions/setup-goreleaser/action.yml +++ b/.github/actions/setup-goreleaser/action.yml @@ -17,7 +17,6 @@ runs: with: path: .sysroot/linux.tar.gz key: ${{ inputs.linux-cache-key }} - shell: bash - name: Populate Linux sysroot run: tar -xzvf .sysroot/linux.tar.gz -C .sysroot shell: bash