Skip to content

Commit a34d3c0

Browse files
authored
Fix meson warning and gettext ci (#255)
1 parent a4ced84 commit a34d3c0

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

.github/workflows/gettext.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,10 @@ on:
55
branches: [main]
66

77
jobs:
8-
build:
9-
runs-on: ubuntu-22.04
10-
container:
11-
image: ghcr.io/elementary/docker:next-unstable
8+
gettext_template:
9+
runs-on: ubuntu-latest
1210

1311
steps:
14-
- name: Install git
15-
run: |
16-
apt-get update
17-
apt-get install git -y
18-
1912
- name: Clone repository
2013
uses: actions/checkout@v5
2114
with:

po/extra/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
i18n.gettext('extra',
2-
args: '--directory=' + meson.source_root(),
2+
args: '--directory=' + meson.project_source_root(),
33
preset: 'glib',
44
install: false
55
)

0 commit comments

Comments
 (0)