ci: try to fix gpg error during kernel build (#12928)
This commit is contained in:
6
.github/workflows/pr-test.yml
vendored
6
.github/workflows/pr-test.yml
vendored
@@ -110,7 +110,11 @@ jobs:
|
||||
steps:
|
||||
- name: Cleanup
|
||||
run: |
|
||||
sudo rm -rf $GITHUB_WORKSPACE/* || true
|
||||
if [ -d "$GITHUB_WORKSPACE" ]; then
|
||||
sudo rm -rf "$GITHUB_WORKSPACE"/* || true
|
||||
else
|
||||
echo "$GITHUB_WORKSPACE does not exist, nothing to clean"
|
||||
fi
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user