Skip to content

Commit b3ce829

Browse files
authored
Update build.target-base.yml
1 parent e06697e commit b3ce829

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/build.target-base.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,11 @@ jobs:
6868

6969
- name: Update feeds
7070
working-directory: openwrt
71-
run: |
72-
./scripts/feeds update -a
73-
./scripts/feeds update -a
71+
run: ./scripts/feeds update -a
7472

7573
- name: Install feeds
7674
working-directory: openwrt
77-
run: |
78-
./scripts/feeds install -a
79-
./scripts/feeds install -a
75+
run: ./scripts/feeds install -a
8076

8177
- name: Import build configuration (target specification)
8278
working-directory: openwrt

0 commit comments

Comments
 (0)