File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,14 +66,14 @@ jobs:
66
66
if : matrix.os != 'windows-2019'
67
67
run : |
68
68
# git apply 3rdparty/protobuf-patch.diff
69
- cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DDEBUG_MESSAGES_IN_RELEASE_MODE=On -DBEAM_LINK_TYPE=Static -DBRANCH_NAME=$GITHUB_REF -DBEAM_HW_WALLET=Off .
69
+ cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DDEBUG_MESSAGES_IN_RELEASE_MODE=On -DBEAM_LINK_TYPE=Static -DBRANCH_NAME=${ GITHUB_REF##*/} -DBEAM_HW_WALLET=Off .
70
70
71
71
- name : Configure CMake [windows]
72
72
shell : bash
73
73
if : matrix.os == 'windows-2019'
74
74
run : |
75
75
# git apply 3rdparty/protobuf-patch.diff
76
- cmake -G "Visual Studio 16 2019" -A x64 -DBOOST_ROOT=$BOOST_ROOT_1_72_0 -DCMAKE_BUILD_TYPE=$BUILD_CONFIG -DBEAM_LINK_TYPE=Static -DBRANCH_NAME=$GITHUB_REF -DBEAM_BUILD_JNI=On -DBEAM_HW_WALLET=Off .
76
+ cmake -G "Visual Studio 16 2019" -A x64 -DBOOST_ROOT=$BOOST_ROOT_1_72_0 -DCMAKE_BUILD_TYPE=$BUILD_CONFIG -DBEAM_LINK_TYPE=Static -DBRANCH_NAME=${ GITHUB_REF##*/} -DBEAM_BUILD_JNI=On -DBEAM_HW_WALLET=Off .
77
77
78
78
- name : Save version info
79
79
shell : bash
You can’t perform that action at this time.
0 commit comments