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 5780b25 commit 266d5beCopy full SHA for 266d5be
.github/workflows/build.target-base.yml
@@ -102,9 +102,9 @@ jobs:
102
working-directory: openwrt
103
run: make -j$(nproc) download
104
105
- - name: Build tools, toolchain, target
+ - name: Build tools, toolchain
106
107
- run: make -j$(nproc) tools/compile toolchain/compile target/compile
+ run: make -j$(nproc) tools/compile toolchain/compile
108
109
- name: Cleanup
110
0 commit comments