Update main.yml

This commit is contained in:
klever1988
2020-01-14 15:19:48 +08:00
committed by GitHub
parent 2fcc94fc22
commit 7438e0891d

View File

@@ -119,14 +119,6 @@ jobs:
# CONFIG_DISPLAY_SUPPORT is not set
EOF
- name: Download package
if: always()
run: |
cd friendlywrt-h5/friendlywrt
make download -j8
find dl -size -1024c -exec ls -l {} \;
find dl -size -1024c -exec rm -f {} \;
- name: Build FriendlyWrt
run: |