fix new lint workflow to install gettext because it is needed for the package build

This commit is contained in:
Brian Kohan 2025-08-24 17:36:25 -07:00
parent e5caa70e59
commit 7645431fb9
No known key found for this signature in database
GPG Key ID: 827B6A3B1AAE16EE

View File

@ -64,6 +64,8 @@ jobs:
enable-cache: true
- name: Install Just
uses: extractions/setup-just@v3
- name: Install gettext
run: sudo apt-get update && sudo apt-get install -y --no-install-recommends gettext
- name: Install Dependencies
run: |
just setup ${{ steps.sp.outputs.python-path }}