This commit is contained in:
kenzok8 2022-04-11 16:55:12 +08:00
parent b978376a88
commit 4e53623d9a

View File

@ -37,7 +37,7 @@ jobs:
run: |
cd $GITHUB_WORKSPACE
chmod +x ${{matrix.target}}.sh
git clone -b main https://github.com/kenzok8/sync-openwrt-packages.git ${{matrix.target}}
git clone -b master https://github.com/kenzok8/litte.git ${{matrix.target}}
cd ${{matrix.target}}
git rm -r --cache * >/dev/null 2>&1 &
rm -rf `find ./* -maxdepth 0 -type d ! -name "commit"` >/dev/null 2>&1