commit 46a64920c30ff0e7e94bd1743c3d661ef41211d5 parent 14925c42396be6ab1db75a423675a6182c367974 Author: Jacki <jacki@thejackimonster.de> Date: Wed, 8 May 2024 01:27:47 +0200 Adjust github action Signed-off-by: Jacki <jacki@thejackimonster.de> Diffstat:
| M | .github/workflows/linux.yml | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml @@ -6,7 +6,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - name: Install tools run: | @@ -60,7 +60,7 @@ jobs: run: | sudo apt-get -qq update sudo apt-get -qq install ninja-build meson gcc - sudo apt-get -qq install libqrencode-dev libzbar-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libportal-dev libportal-gtk3-dev + sudo apt-get -qq install libqrencode-dev libzbar-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libpipewire-0.3-dev libportal-dev libportal-gtk3-dev - name: Build application run: |