Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherFoxGuy committed Feb 6, 2025
1 parent 1f1832a commit 89e3fa4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@ jobs:
if: startsWith(matrix.os, 'ubuntu')
run: |
sudo apt-get update
sudo apt-get -y install ninja-build libsecret-1-dev
sudo apt-get -y install ninja-build \
libsecret-1-dev \
qt6-base-dev \
qt6-webengine-dev \
qt6-webview-dev \
qtkeychain-qt6-dev \
qt6-5compat-dev
curl "https://git.anotherfoxguy.com/AnotherFoxGuy/install-scripts/raw/branch/main/install-conan.sh" | sudo bash
- name: Enable Developer Command Prompt
Expand All @@ -42,6 +48,7 @@ jobs:

- name: Install Qt
uses: jurplel/install-qt-action@v3
if: startsWith(matrix.os, 'windows')
with:
cache: 'true'
version: 6.7.3
Expand Down

0 comments on commit 89e3fa4

Please sign in to comment.