Skip to content

Commit a537867

Browse files
committed
fix: ci build from flatpak
1 parent 1d8a526 commit a537867

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,10 @@ jobs:
3232
run: |
3333
flatpak --system remote-add --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
3434
flatpak --system install -y --noninteractive flathub-beta org.freedesktop.Sdk.Extension.node20/${{ matrix.arch }}/24.08beta
35+
3536
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
3637
with:
3738
bundle: com.vixalien.sticky.flatpak
38-
repository-name: gnome-nightly
39-
repository-url: https://nightly.gnome.org/gnome-nightly.flatpakrepo
4039
manifest-path: build-aux/flatpak/com.vixalien.sticky.json
4140
cache-key: flatpak-builder-${{ github.sha }}
4241
arch: ${{ matrix.arch }}

0 commit comments

Comments
 (0)