From 918f2ed0c7ba92d4b93f33869dd9478f9ae09ba9 Mon Sep 17 00:00:00 2001 From: Sonny Piers Date: Wed, 11 Dec 2024 12:14:13 +0100 Subject: [PATCH] f --- .github/workflows/CI.yaml | 6 +++++- Makefile | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index a594e6077..709e2eb41 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -9,7 +9,7 @@ on: jobs: CI: - runs-on: ubuntu-24.10 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v3 with: @@ -42,6 +42,10 @@ jobs: ${{ runner.os }}-flatpak-builder- - run: mutter --wayland --no-x11 --headless --wayland-display=wayland-0 --virtual-monitor 1280x720 > /tmp/mutter.log 2>&1 & + # See Permissions.js + # --device=input is not yet available on Github Actions Ubuntu + # - run: flatpak override --user --share=network --socket=pulseaudio --device=input re.sonny.Workbench.Devel + - run: flatpak override --user --share=network --socket=pulseaudio re.sonny.Workbench.Devel - run: make ci - run: cat /tmp/mutter.log diff --git a/Makefile b/Makefile index 84f46086f..d949809cf 100644 --- a/Makefile +++ b/Makefile @@ -66,7 +66,7 @@ test: unit lint ci: setup build test # See Permissions.js - flatpak override --user --share=network --socket=pulseaudio --device=input re.sonny.Workbench.Devel +# flatpak override --user --share=network --socket=pulseaudio --device=input re.sonny.Workbench.Devel ./build-aux/fun workbench-cli ci demos/src/* # Note that if you have Sdk extensions installed they will be used