Skip to content

Commit 42f6f0c

Browse files
committed
Install gettext utilities in GitHub Actions.
1 parent 5ebbe65 commit 42f6f0c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/d.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ jobs:
2222
- uses: actions/checkout@v4
2323
- uses: dlang-community/setup-dlang@4c99aa991ce7d19dd3064de0a4f2f6b2f152e2d7
2424

25+
- name: 'Install gettext'
26+
run: |
27+
sudo apt-get update
28+
sudo apt-get install -y gettext
29+
2530
- name: 'Build & Test'
2631
run: |
2732
# Build the project, with its main file included, without unittests

0 commit comments

Comments
 (0)