Skip to content

Commit b97b792

Browse files
ci: use Flathub's fork of the Flatpak CI action (#110)
This will hopefully resolve the failing CI builds caused by flatpak/flatpak-github-actions#214 for now.
1 parent c13a973 commit b97b792

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
image: bilelmoussaoui/flatpak-github-actions:gnome-nightly
1515
options: --privileged
1616
steps:
17-
- uses: actions/checkout@v3
18-
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6
17+
- uses: actions/checkout@v4
18+
- uses: flathub-infra/flatpak-github-actions/flatpak-builder@master
1919
with:
2020
bundle: keypunch.flatpak
2121
manifest-path: build-aux/dev.bragefuglseth.Keypunch.Devel.json

0 commit comments

Comments
 (0)