Parcourir la source

tell flatpak-builder to use seperate build dir

Noah Vogt il y a 14 heures
Parent
commit
67018b169a
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      .github/workflows/release.yml

+ 1 - 0
.github/workflows/release.yml

@@ -41,6 +41,7 @@ jobs:
                   {
                       "name": "cd-rec-status",
                       "buildsystem": "cmake-ninja",
+                      "builddir": true,
                       "config-opts": [
                           "-DENABLE_FRONTEND_API=ON",
                           "-DENABLE_QT=ON"