Skip to content

Commit

Permalink
Fixes skupperproject#1317 - Define ${BuildType} in GitHub Actions jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed Dec 18, 2023
1 parent 02e16aa commit 5ede51a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ jobs:
containerTag: stream8
cc: gcc
cxx: g++
buildType: RelWithDebInfo
runtimeCheck: OFF
protonGitRef: ${{ github.event.inputs.protonBranch || 'main' }}
shard: 1
Expand All @@ -362,6 +363,7 @@ jobs:
containerTag: stream8
cc: gcc
cxx: g++
buildType: RelWithDebInfo
runtimeCheck: OFF
protonGitRef: ${{ github.event.inputs.protonBranch || 'main' }}
shard: 2
Expand All @@ -371,6 +373,7 @@ jobs:
containerTag: stream8
cc: gcc
cxx: g++
buildType: RelWithDebInfo
runtimeCheck: OFF
protonGitRef: 0.39.0
shard: 1
Expand All @@ -380,6 +383,7 @@ jobs:
containerTag: stream8
cc: gcc
cxx: g++
buildType: RelWithDebInfo
runtimeCheck: OFF
protonGitRef: 0.39.0
shard: 2
Expand Down

0 comments on commit 5ede51a

Please sign in to comment.