Update main.yml
This commit is contained in:
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@@ -119,14 +119,6 @@ jobs:
|
|||||||
# CONFIG_DISPLAY_SUPPORT is not set
|
# CONFIG_DISPLAY_SUPPORT is not set
|
||||||
|
|
||||||
EOF
|
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
|
- name: Build FriendlyWrt
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user