Skip to content

Commit 266d5be

Browse files
authored
Update build.target-base.yml
1 parent 5780b25 commit 266d5be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ jobs:
102102
working-directory: openwrt
103103
run: make -j$(nproc) download
104104

105-
- name: Build tools, toolchain, target
105+
- name: Build tools, toolchain
106106
working-directory: openwrt
107-
run: make -j$(nproc) tools/compile toolchain/compile target/compile
107+
run: make -j$(nproc) tools/compile toolchain/compile
108108

109109
- name: Cleanup
110110
working-directory: openwrt

0 commit comments

Comments
 (0)