ci:rm unuse shell decl

This commit is contained in:
luoliwoshang
2025-09-25 14:46:00 +08:00
parent 35e9ffe31e
commit 21e7d62c7d

View File

@@ -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