Skip to content

Commit 788dc60

Browse files
committed
build: Replace CONFIG_LUCI_CSSMIN to CONFIG_LUCI_CSSTIDY
1 parent ac0607f commit 788dc60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,8 @@ jobs:
276276
run: |
277277
make defconfig
278278
sed -i 's/CONFIG_LUCI_JSMIN=y/CONFIG_LUCI_JSMIN=n/g' .config
279-
sed -i 's/CONFIG_LUCI_CSSMIN=y/CONFIG_LUCI_CSSMIN=n/g' .config
280-
grep -q '^CONFIG_LUCI_CSSMIN=' .config || echo 'CONFIG_LUCI_CSSMIN=n' >> .config
279+
sed -i 's/CONFIG_LUCI_CSSTIDY=y/CONFIG_LUCI_CSSTIDY=n/g' .config
280+
grep -q '^CONFIG_LUCI_CSSTIDY=' .config || echo 'CONFIG_LUCI_CSSTIDY=n' >> .config
281281
echo "status=success" >> $GITHUB_OUTPUT
282282
283283
- name: Show config

0 commit comments

Comments
 (0)