switch cd to debug temp
This commit is contained in:
parent
2a94c72df9
commit
c1af43ce54
3
.github/workflows/cd.yml
vendored
3
.github/workflows/cd.yml
vendored
@ -7,7 +7,8 @@ on:
|
|||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
BUILD_TYPE: RelWithDebInfo
|
#BUILD_TYPE: RelWithDebInfo
|
||||||
|
BUILD_TYPE: Debug
|
||||||
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
|
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user