From ba8b33194f003e5fe01dd81d72c3b2b4dcb8b0ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jiri=20Dan=C4=9Bk?= Date: Mon, 18 Dec 2023 17:49:27 +0100 Subject: [PATCH] Fixes #1317 - Define `${BuildType}` in GitHub Actions jobs (#1318) --- .github/workflows/build.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f644e6533..6eeec1fa9 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -353,6 +353,7 @@ jobs: containerTag: stream8 cc: gcc cxx: g++ + buildType: RelWithDebInfo runtimeCheck: OFF protonGitRef: ${{ github.event.inputs.protonBranch || 'main' }} shard: 1 @@ -362,6 +363,7 @@ jobs: containerTag: stream8 cc: gcc cxx: g++ + buildType: RelWithDebInfo runtimeCheck: OFF protonGitRef: ${{ github.event.inputs.protonBranch || 'main' }} shard: 2 @@ -371,6 +373,7 @@ jobs: containerTag: stream8 cc: gcc cxx: g++ + buildType: RelWithDebInfo runtimeCheck: OFF protonGitRef: 0.39.0 shard: 1 @@ -380,6 +383,7 @@ jobs: containerTag: stream8 cc: gcc cxx: g++ + buildType: RelWithDebInfo runtimeCheck: OFF protonGitRef: 0.39.0 shard: 2