Skip to content

Commit

Permalink
Tweak last (7)
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Dec 8, 2023
1 parent 9105cf0 commit 991aaeb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI_flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,8 @@ jobs:
# Start a dbus session within the container to allow flatpaks to run
# See: https://discussion.fedoraproject.org/t/cannot-run-flatpaks-in-a-fedora-container/73867/2
mkdir /run/dbus
dbus-send --system /org/freedesktop/DBus org.freedesktop.DBus || dbus-daemon --system --fork
dbus-daemon --system
dbus-send --system /org/freedesktop/DBus org.freedesktop.DBus || echo "failed"
- name: Build Flatpak
id: build
env:
Expand Down

0 comments on commit 991aaeb

Please sign in to comment.