Skip to content

Commit 11d3dd9

Browse files
committed
temporarily install gettext before building the website
Signed-off-by: alanprot <[email protected]>
1 parent 3b00c09 commit 11d3dd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-build-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ jobs:
111111
- name: Build Website
112112
run: |
113113
touch build-image/.uptodate
114+
apt-get install -y gettext
114115
make BUILD_IN_CONTAINER=false web-build
115116
- name: Upload Website Artifact
116117
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3

0 commit comments

Comments
 (0)