CI: build-tools: build all host tools
[openwrt/staging/stintel.git] / .github / workflows / build-tools.yml
index 0629b1b62ad819dc3e61fed5ca9622bfa9ddf2a0..0212925c5000a762e79d5eb1d4490181a9b52781 100644 (file)
@@ -32,6 +32,7 @@ jobs:
           echo CONFIG_DEVEL=y >> .config
           echo CONFIG_AUTOREMOVE=y >> .config
           echo CONFIG_CCACHE=y >> .config
+          echo CONFIG_BUILD_ALL_HOST_TOOLS=y >> .config
 
       - name: Make prereq
         shell: su buildbot -c "sh -e {0}"