We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e06697e commit b3ce829Copy full SHA for b3ce829
.github/workflows/build.target-base.yml
@@ -68,15 +68,11 @@ jobs:
68
69
- name: Update feeds
70
working-directory: openwrt
71
- run: |
72
- ./scripts/feeds update -a
73
+ run: ./scripts/feeds update -a
74
75
- name: Install feeds
76
77
78
- ./scripts/feeds install -a
79
+ run: ./scripts/feeds install -a
80
81
- name: Import build configuration (target specification)
82
0 commit comments