Skip to content

Commit

Permalink
somehow lost a dependency in the last one...
Browse files Browse the repository at this point in the history
  • Loading branch information
X-sam committed Mar 3, 2024
1 parent 174198c commit 32ad4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-multi-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
(steps.e-cache.outputs.cache-hit != 'true') ||
(steps.qm-cache.outputs.cache-hit != 'true') }}
run: |
sudo apt install -y qt6-base-dev qt6-tools-dev-tools
sudo apt install -y qt6-base-dev qt6-tools-dev-tools qt6-l10n-tools
PATH=/usr/lib/qt6/bin:$PATH bash setup-environment.ps1
- name: Cache gui files (1)
if: ${{ (steps.gui1-cache.outputs.cache-hit != 'true') }}
Expand Down

0 comments on commit 32ad4b1

Please sign in to comment.