This commit is contained in:
John Doe
2021-10-21 11:41:53 +08:00
parent be5e103569
commit 9eeddc4990
3 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ sed -i '/skip\=/ a skip=`mount | grep -q /dev/$device; echo $?`' `find package/
mkdir -p `find package/ -follow -type d -path '*/pdnsd-alt'`/patches
mv $GITHUB_WORKSPACE/patches/99-disallow-aaaa.patch `find package/ -follow -type d -path '*/pdnsd-alt'`/patches
sed -i 's/5.0/1.0/' .ccache/ccache.conf
sed -i 's/5.0/1.0/' .ccache/ccache.conf || true
if [ $BRANCH == 'master' ]; then