ci: debug download
This commit is contained in:
parent
3e7e1ff6f8
commit
4bafd4524b
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user