Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnyp committed Dec 11, 2024
1 parent 53ab529 commit 918f2ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
CI:
runs-on: ubuntu-24.10
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 918f2ed

Please sign in to comment.