diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 782a5dcad..677f17ac8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: fail-fast: false container: - image: ghcr.io/elementary/flatpak-platform/runtime:8-${{ matrix.configuration.arch }} + image: ghcr.io/elementary/flatpak-platform/runtime:8.2-${{ matrix.configuration.arch }} options: --privileged steps: diff --git a/io.elementary.code.yml b/io.elementary.code.yml index 18c20c5d5..39ceeaf60 100644 --- a/io.elementary.code.yml +++ b/io.elementary.code.yml @@ -1,6 +1,6 @@ -app-id: io.elementary.code +id: io.elementary.code runtime: io.elementary.Sdk # The outline plugin requires libvala which is only in the SDK, not the runtime -runtime-version: '8' # Does not build with version '8.1' for some reason +runtime-version: '8.2' sdk: io.elementary.Sdk command: io.elementary.code finish-args: @@ -26,6 +26,8 @@ cleanup: - '/share/vala' - '*.a' - '*.la' +build-options: + libdir: /app/lib modules: - name: gtksourceview buildsystem: meson @@ -66,7 +68,6 @@ modules: - '-DBUILD_SHARED_LIBS:BOOL=ON' - '-DBUILD_EXAMPLES:BOOL=OFF' - '-DBUILD_TESTING:BOOL=OFF' - - '-DCMAKE_INSTALL_LIBDIR:PATH=/app/lib' cleanup: - '/share/man' - '/share/doc'