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 a4ced84 commit a34d3c0Copy full SHA for a34d3c0
.github/workflows/gettext.yml
@@ -5,17 +5,10 @@ on:
5
branches: [main]
6
7
jobs:
8
- build:
9
- runs-on: ubuntu-22.04
10
- container:
11
- image: ghcr.io/elementary/docker:next-unstable
+ gettext_template:
+ runs-on: ubuntu-latest
12
13
steps:
14
- - name: Install git
15
- run: |
16
- apt-get update
17
- apt-get install git -y
18
-
19
- name: Clone repository
20
uses: actions/checkout@v5
21
with:
po/extra/meson.build
@@ -1,5 +1,5 @@
1
i18n.gettext('extra',
2
- args: '--directory=' + meson.source_root(),
+ args: '--directory=' + meson.project_source_root(),
3
preset: 'glib',
4
install: false
)
0 commit comments