Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Move rm
Browse files Browse the repository at this point in the history
  • Loading branch information
xunmod committed Feb 4, 2024
1 parent f082796 commit 99aa636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- name: Clear disk
run: |
sudo rm -rf /__t/* || true
sudo rm -rf $GITHUB_WORKSPACE/* || true
echo "========== / =========="
sudo du -hxd3 /
echo "========== __* =========="
Expand All @@ -28,7 +29,6 @@ jobs:
- name: Get source
run: |
cd $GITHUB_WORKSPACE/
rm -rf * || true
mkdir aosp
cd aosp
git config --global user.email "[email protected]"
Expand Down

0 comments on commit 99aa636

Please sign in to comment.