From 00fbfe306c5087211344b3972a02ee763cd7cb2f Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Tue, 5 Nov 2024 21:13:40 -0500 Subject: [PATCH] Install necessary Linux dependencies --- .github/workflows/main.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6fea9ba..f0e4d46 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,6 +32,13 @@ jobs: version: "${{ env.QT_VERSION }}.*" cache: true modules: 'qtshadertools' + - name: Setup Linux dependencies + run: | + sudo apt-get update + sudo apt-get install \ + gettext \ + gperf \ + libwayland-dev \ - name: Set reusable strings id: strings shell: bash