Skip to content

Commit 74c9a27

Browse files
committed
add: flatpak repo
1 parent d3d6f44 commit 74c9a27

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,12 @@ jobs:
128128
flatpak-builder --version || { echo "Flatpak-builder installation failed"; exit 1; }
129129
which flatpak || { echo "Flatpak binary not found in PATH"; exit 1; }
130130
131+
- name: Add Flathub repository
132+
run: |
133+
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
134+
env:
135+
DEBIAN_FRONTEND: noninteractive
136+
131137
- name: Install Flatpak runtimes
132138
run: |
133139
flatpak install -y flathub org.freedesktop.Platform//23.08 org.freedesktop.Sdk//23.08

.github/workflows/manual-build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,12 @@ jobs:
123123
flatpak-builder --version || { echo "Flatpak-builder installation failed"; exit 1; }
124124
which flatpak || { echo "Flatpak binary not found in PATH"; exit 1; }
125125
126+
- name: Add Flathub repository
127+
run: |
128+
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
129+
env:
130+
DEBIAN_FRONTEND: noninteractive
131+
126132
- name: Install Flatpak runtimes
127133
run: |
128134
flatpak install -y flathub org.freedesktop.Platform//23.08 org.freedesktop.Sdk//23.08

0 commit comments

Comments
 (0)