diff options
| author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2025-04-06 19:52:41 +0200 |
|---|---|---|
| committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2025-04-06 19:52:41 +0200 |
| commit | 30b0050cdc2326773da32d650485f46ddeed6814 (patch) | |
| tree | 721d009fabcc41331dce4783abe49c3dc5d836ba /.github/workflows | |
| parent | b9f0920050bea1fa25a9de964f055be5688151f5 (diff) | |
| download | FlightCore-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.yml | 2 |
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: | |
