ci: debug download

This commit is contained in:
jjm2473 2023-01-08 18:15:35 +08:00
parent 3e7e1ff6f8
commit 4bafd4524b

View File

@ -175,6 +175,12 @@ jobs:
make -j4 download
echo "status=success" >> $GITHUB_OUTPUT
- name: ReDownload
if: failure()
run: |
cd ~/openwrt-sdk
make -j1 V=s download
- name: 'Restore ccache from cache'
id: ccache-cache
uses: actions/cache@v3