Skip to content

Commit dc5e11d

Browse files
committed
update
1 parent bbca780 commit dc5e11d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@ jobs:
6969
dl
7070
key: sdk-${{ matrix.arch }}-${{ matrix.sdk }}
7171

72+
- name: Overwrite i18n file
73+
run: |
74+
cat > luci-app-easytier/root/etc/uci-defaults/luci-i18n-easytier-zh-cn << 'EOF'
75+
#!/bin/sh
76+
exit 0
77+
EOF
78+
7279
- name: Building packages
7380
uses: openwrt/gh-action-sdk@main
7481
env:

0 commit comments

Comments
 (0)