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

This commit is contained in:
Rebekah 2024-07-07 09:39:34 -04:00
parent 304da6ca53
commit e18f3d96d1

View File

@ -8,6 +8,8 @@
}, },
commands: [ commands: [
"echo Setting up Flatpak.", "echo Setting up Flatpak.",
"mkdir -p ./tmp_flatpak",
"export TMPDIR='./tmp_flatpak'",
"flatpak remote-add flathub https://dl.flathub.org/repo/flathub.flatpakrepo", "flatpak remote-add flathub https://dl.flathub.org/repo/flathub.flatpakrepo",
"flatpak update -y", "flatpak update -y",