Skip to content

Commit

Permalink
Merge pull request #73 from TheEgghead27/flatpak-23.08
Browse files Browse the repository at this point in the history
Version bump Flatpak builder runntime (21.08 -> 23.08)
  • Loading branch information
no-lex authored Nov 4, 2023
2 parents 87d12f0 + 7a794f3 commit 48f5fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

- name: Install flatpak SDK/dependencies
run: sudo flatpak install --assumeyes flathub org.freedesktop.Platform/x86_64/21.08 org.freedesktop.Sdk/x86_64/21.08 org.freedesktop.Platform.GL.default/x86_64/21.08
run: sudo flatpak install --assumeyes flathub org.freedesktop.Platform/x86_64/23.08 org.freedesktop.Sdk/x86_64/23.08 org.freedesktop.Platform.GL.default/x86_64/23.08

- name: Configure git
run: git config --global protocol.file.allow always
Expand Down

0 comments on commit 48f5fca

Please sign in to comment.