We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ebbe65 commit 42f6f0cCopy full SHA for 42f6f0c
1 file changed
.github/workflows/d.yml
@@ -22,6 +22,11 @@ jobs:
22
- uses: actions/checkout@v4
23
- uses: dlang-community/setup-dlang@4c99aa991ce7d19dd3064de0a4f2f6b2f152e2d7
24
25
+ - name: 'Install gettext'
26
+ run: |
27
+ sudo apt-get update
28
+ sudo apt-get install -y gettext
29
+
30
- name: 'Build & Test'
31
run: |
32
# Build the project, with its main file included, without unittests
0 commit comments