From a5f07e82287e681f41a6dbf739bb7ba6504678ab Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Sat, 13 May 2023 23:02:25 +0200 Subject: [PATCH] ci: Prefer RelWithDebInfo over Release --- .github/workflows/main.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ac814de4..6af912e5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -125,11 +125,11 @@ jobs: -DENABLE_SCRIPTING=OFF cmake \ --build "${{ github.workspace }}/build/obs" \ - --config Release \ + --config RelWithDebInfo \ --target obs-frontend-api cmake \ --install "${{ github.workspace }}/build/obs" \ - --config Release \ + --config RelWithDebInfo \ --component obs_libraries - name: "Configure" continue-on-error: true @@ -269,11 +269,11 @@ jobs: -DENABLE_SCRIPTING=OFF cmake \ --build "${{ github.workspace }}/build/obs" \ - --config Release \ + --config RelWithDebInfo \ --target obs-frontend-api cmake \ --install "${{ github.workspace }}/build/obs" \ - --config Release \ + --config RelWithDebInfo \ --component obs_libraries - name: "Configure" continue-on-error: true @@ -462,11 +462,11 @@ jobs: -DENABLE_SCRIPTING=OFF cmake \ --build "${{ github.workspace }}/build/obs" \ - --config Release \ + --config RelWithDebInfo \ --target obs-frontend-api cmake \ --install "${{ github.workspace }}/build/obs" \ - --config Release \ + --config RelWithDebInfo \ --component obs_libraries - name: "Configure" continue-on-error: true