We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c53fe12 commit 1e3e314Copy full SHA for 1e3e314
.github/workflows/ci.yml
@@ -5,12 +5,12 @@ on:
5
6
jobs:
7
ci:
8
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
9
steps:
10
- uses: actions/checkout@v4
11
12
- name: Install Dependencies
13
run: sudo apt-get install gettext
14
15
- name: Validate
16
- run: VERSION=${{ github.event.repository.default_branch }} JOBS=4 MODE=text make all
+ run: VERSION=${{ github.event.repository.default_branch }} JOBS=4 MODE=html make all
0 commit comments