We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d036267 commit 91594f1Copy full SHA for 91594f1
1 file changed
.github/workflows/dev-release.yml
@@ -118,7 +118,7 @@ jobs:
118
# Add WPE WebKit parallel build optimization
119
echo 'BR2_PACKAGE_WPEWEBKIT_ML_PARALLEL_BUILD_JOBS="6"' >> ./build/$CONFIG_NAME/.config
120
121
- # Compiler cache initial setup
+ # Compiler cache initial setup
122
echo 'BR2_CCACHE_INITIAL_SETUP="-M ${CCACHE_LIMIT} -z"' >> ./build/$CONFIG_NAME/.config
123
124
make -C build/$CONFIG_NAME syncconfig
0 commit comments