fix: use gnome-ngithly
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
0xMRTT 2023-05-25 20:44:01 +02:00
parent adb4885e9e
commit fde6a5cb0a
No known key found for this signature in database
GPG key ID: 910B287304120902
2 changed files with 2 additions and 3 deletions

View file

@ -10,7 +10,7 @@ jobs:
name: Flatpak name: Flatpak
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: bilelmoussaoui/flatpak-github-actions:gnome-44 image: bilelmoussaoui/flatpak-github-actions:gnome-nightly
options: --privileged options: --privileged
strategy: strategy:
matrix: matrix:

View file

@ -10,7 +10,7 @@ jobs:
name: Flatpak name: Flatpak
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: bilelmoussaoui/flatpak-github-actions:gnome-44 image: bilelmoussaoui/flatpak-github-actions:gnome-nightly
options: --privileged options: --privileged
strategy: strategy:
matrix: matrix:
@ -29,7 +29,6 @@ jobs:
platforms: arm64 platforms: arm64
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6 - uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with: with:
repository-name: gnome-44
bundle: bavarder.flatpak bundle: bavarder.flatpak
manifest-path: build-aux/flatpak/io.github.Bavarder.Bavarder.Devel.json manifest-path: build-aux/flatpak/io.github.Bavarder.Bavarder.Devel.json
cache-key: flatpak-builder-${{ github.sha }} cache-key: flatpak-builder-${{ github.sha }}