Skip to content

Commit

Permalink
flatpak: Use master runtime version
Browse files Browse the repository at this point in the history
This updates the workflow file by including our
`gnome-nightly-with-wine` image. It also updates the Action link.
  • Loading branch information
TheEvilSkeleton committed Jan 4, 2025
1 parent edc0018 commit 36edb27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
name: "build-packages"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-nightly
image: ghcr.io/bottlesdevs/flatpak-github-actions:gnome-nightly-with-wine
options: --privileged
steps:
- uses: actions/checkout@v4
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: bottles.flatpak
manifest-path: build-aux/com.usebottles.bottles.Devel.json
Expand Down
6 changes: 3 additions & 3 deletions build-aux/com.usebottles.bottles.Devel.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"runtime": "org.gnome.Platform",
"base": "org.winehq.Wine",
"base-version": "stable-24.08",
"runtime-version": "47",
"runtime-version": "master",
"command": "bottles",
"finish-args": [
"--allow=devel",
Expand Down Expand Up @@ -33,11 +33,11 @@
"add-extensions": {
"org.gnome.Platform.Compat.i386": {
"directory": "lib/i386-linux-gnu",
"version": "47"
"version": "master"
},
"org.gnome.Platform.Compat.i386.Debug": {
"directory": "lib/debug/lib/i386-linux-gnu",
"version": "47",
"version": "master",
"no-autodownload": true
},
"com.valvesoftware.Steam.CompatibilityTool": {
Expand Down

0 comments on commit 36edb27

Please sign in to comment.