From 305106eadcdb92edbd782c784a53e37f6d50ca94 Mon Sep 17 00:00:00 2001 From: R1kaB3rN <100738684+R1kaB3rN@users.noreply.github.com> Date: Mon, 13 Jan 2025 21:07:11 -0800 Subject: [PATCH] workflows: execute umu-run inside container --- .github/workflows/flatpak.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/flatpak.yml b/.github/workflows/flatpak.yml index ffe81b86..3c872194 100644 --- a/.github/workflows/flatpak.yml +++ b/.github/workflows/flatpak.yml @@ -42,5 +42,4 @@ jobs: git config --global protocol.file.allow always flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo flatpak-builder --force-clean --user --install-deps-from=flathub --repo=umu-repo --install umu-launcher org.openwinecomponents.umu.umu-launcher.yml - flatpak run --command=sh --devel org.openwinecomponents.umu.umu-launcher - GAMEID=umu-0 UMU_LOG=1 "$HOME/.local/bin/umu-run" wineboot -u + flatpak run --command=sh --devel org.openwinecomponents.umu.umu-launcher && GAMEID=umu-0 UMU_LOG=1 "$HOME/.local/bin/umu-run" wineboot -u