Work around AppImages not executing in Docker.

This commit is contained in:
Julian Groß 2025-04-12 22:57:00 +02:00
parent a7e2632b54
commit 3762e42fb0

View file

@ -42,6 +42,9 @@ env:
# Specify build preset, since on Windows, `cmake --build` appears to be unaware of of which build preset to use, using defaults instead.
CMAKE_BUILD_EXTRA: --preset conan-release
# Work around AppImages not executing in Docker. https://github.com/AppImage/AppImageKit/issues/912#issuecomment-528669441
APPIMAGE_EXTRACT_AND_RUN: 1
jobs:
build_pr:
name: "${{matrix.os}}, ${{matrix.arch}}"