Update .woodpecker.json
Some checks failed
ci/woodpecker/push/woodpecker.json Pipeline failed

This commit is contained in:
Rebekah 2024-07-07 09:33:01 -04:00
parent 41e2a74761
commit 5c23a01683

View File

@ -7,6 +7,10 @@
event: ["push", "pull_request", "manual"]
},
commands: [
"echo Setting up Flatpak.",
"flatpak remote-add --user flathub https://dl.flathub.org/repo/flathub.flatpakrepo",
"flatpak update --user",
"echo Installing Stow Flatpak Dependancies.",
"flatpak-builder --user --install-deps-only --install-deps-from=flathub build org.gnu.Stow.yml",