Skip to content

Commit e0663be

Browse files
committed
One additional try for alternate env setting
1 parent 62fa065 commit e0663be

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ on:
55
release:
66
types: [published]
77

8-
env:
9-
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
10-
if: ${{ github.event != 'release' }}
8+
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
9+
if: ${{ github.event != 'release' }}
10+
env:
1111
BUILD_TYPE: Debug
12-
if: ${{ github.event == 'release' }}
12+
13+
if: ${{ github.event == 'release' }}
14+
env:
1315
BUILD_TYPE: Release
1416

1517
jobs:

0 commit comments

Comments
 (0)