Skip to content

Commit c5532b2

Browse files
committed
Renamed BIN2CPP_BUILD_TYPE to PRODUCT_BUILD_TYPE
1 parent dc5edbb commit c5532b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
env:
66
# build Configuration, i.e. Debug, Release, etc.
7-
BIN2CPP_BUILD_TYPE: Release
7+
PRODUCT_BUILD_TYPE: Release
88

99
# Required for Github Action. Unit test TestProcess.testKillAndTerminate fails to start /bin/nano with the following error: "Error opening terminal: unknown."
1010
TERM: xterm

.github/workflows/build_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
env:
66
# build Configuration, i.e. Debug, Release, etc.
7-
BIN2CPP_BUILD_TYPE: Release
7+
PRODUCT_BUILD_TYPE: Release
88

99
# Required for Github Action. Unit test TestProcess.testKillAndTerminate fails to start /bin/nano with the following error: "Error opening terminal: unknown."
1010
TERM: xterm

0 commit comments

Comments
 (0)