mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 18:55:01 +02:00
Work around AppImages not executing in Docker.
This commit is contained in:
parent
a7e2632b54
commit
3762e42fb0
1 changed files with 3 additions and 0 deletions
3
.github/workflows/pr_build.yml
vendored
3
.github/workflows/pr_build.yml
vendored
|
@ -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}}"
|
||||
|
|
Loading…
Reference in a new issue