Skip to content

Commit e80e46c

Browse files
ci: use for short workflows ubuntu-slim as gha image
1 parent 8176fa5 commit e80e46c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/gen_md_files.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,13 @@ env:
1515

1616
jobs:
1717
generate-and-deploy:
18-
runs-on: ubuntu-latest
18+
runs-on: ubuntu-slim # Use "ubuntu-latest" if the generated scripts you are using take longer than 15 minutes to run.
1919
# if: github.repository == ''
2020
steps:
2121

22+
- name: locale
23+
run: sudo $SHELL -c "locale-gen en_US.utf8 && update-locale"
24+
2225
- name: clone
2326
uses: actions/checkout@main
2427
with:

0 commit comments

Comments
 (0)