Skip to content

Commit 9a2c1e5

Browse files
committed
use text mode in ci
1 parent 5a9ba6d commit 9a2c1e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
run: sudo apt-get install gettext
1414

1515
- name: Validate
16-
run: VERSION=${{ github.event.repository.default_branch }} MODE=html make all
16+
run: VERSION=${{ github.event.repository.default_branch }} MODE=text make all

0 commit comments

Comments
 (0)