Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
change runtime to gnome and updated flatpak-builder version
  • Loading branch information
ChildishGiant authored Aug 18, 2024
1 parent 4ab006c commit 823f894
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,19 @@ jobs:
runs-on: ubuntu-latest

container:
image: elementary/docker:next-unstable
image: bilelmoussaoui/flatpak-github-actions:gnome-46
options: --privileged

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Build
uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v3
uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
with:
bundle: Mixer.flatpak
manifest-path: com.github.childishgiant.mixer.yml
run-tests: true
repository-name: appcenter
repository-url: https://flatpak.elementary.io/repo.flatpakrepo
cache-key: "flatpak-builder-${{ github.sha }}"

lint:
Expand Down

0 comments on commit 823f894

Please sign in to comment.