aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2025-04-06 19:52:41 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2025-04-06 19:52:41 +0200
commit30b0050cdc2326773da32d650485f46ddeed6814 (patch)
tree721d009fabcc41331dce4783abe49c3dc5d836ba /.github/workflows
parentb9f0920050bea1fa25a9de964f055be5688151f5 (diff)
downloadFlightCore-30b0050cdc2326773da32d650485f46ddeed6814.tar.gz
FlightCore-30b0050cdc2326773da32d650485f46ddeed6814.zip
fix(ci): Use correct dependencies in release pipeline
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 82591bed..8bdb10ef 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
if: matrix.platform == 'ubuntu-22.04'
run: |
sudo apt-get update
- sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf
+ sudo apt-get install -y libwebkit2gtk-4.1-dev build-essential curl wget file libxdo-dev libssl-dev libayatana-appindicator3-dev librsvg2-dev
- uses: Swatinem/rust-cache@v2 # Cache Rust build artifacts
with:
workspaces: |