diff --git a/.woodpecker.json b/.woodpecker.json index cd31015..4eec3fe 100644 --- a/.woodpecker.json +++ b/.woodpecker.json @@ -12,10 +12,11 @@ "echo Installing Stow Flatpak Dependancies.", "flatpak remote-add flathub https://dl.flathub.org/repo/flathub.flatpakrepo", - "flatpak install --user -y org.freedesktop.Sdk//23.08", + "flatpak update", + "flatpak-builder --install-deps-only --install-deps-from=flathub build org.gnu.Stow.yml" "echo Building Stow in a Flatpak.", - "flatpak-builder --user --install build org.gnu.Stow.yml", + "flatpak-builder --install build org.gnu.Stow.yml", "echo Packaging Stow Flatpak Bundle.", "flatpak build-bundle repo stowapp.flatpak org.gnu.Stow"