Skip to content

Commit

Permalink
Update runtime version
Browse files Browse the repository at this point in the history
  • Loading branch information
d-k-bo committed Oct 23, 2024
1 parent 9aca4b2 commit e5b537a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: "Flatpak"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-45
image: bilelmoussaoui/flatpak-github-actions:gnome-47
options: --privileged
steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions build-aux/de.k_bo.Televido.Devel.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"id": "de.k_bo.Televido.Devel",
"runtime": "org.gnome.Platform",
"runtime-version": "46",
"runtime-version": "47",
"sdk": "org.gnome.Sdk",
"sdk-extensions": [
"org.freedesktop.Sdk.Extension.rust-stable",
"org.freedesktop.Sdk.Extension.llvm16"
"org.freedesktop.Sdk.Extension.llvm19"
],
"command": "televido",
"finish-args": [
Expand All @@ -21,7 +21,7 @@
"--talk-name=org.nickvision.tubeconverter"
],
"build-options": {
"append-path": "/usr/lib/sdk/rust-stable/bin:/usr/lib/sdk/llvm16/bin",
"append-path": "/usr/lib/sdk/rust-stable/bin:/usr/lib/sdk/llvm19/bin",
"build-args": ["--share=network"],
"env": {
"CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER": "clang",
Expand Down

0 comments on commit e5b537a

Please sign in to comment.