Skip to content

Commit 62fa065

Browse files
committed
One more try at custom build types
1 parent 31c850f commit 62fa065

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ on:
77

88
env:
99
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
10-
- BUILD_TYPE: Debug
11-
if: ${{ github.event != 'release' }}
12-
- BUILD_TYPE: Release
13-
if: ${{ github.event == 'release' }}
10+
if: ${{ github.event != 'release' }}
11+
BUILD_TYPE: Debug
12+
if: ${{ github.event == 'release' }}
13+
BUILD_TYPE: Release
1414

1515
jobs:
1616
build:

0 commit comments

Comments
 (0)