We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8109220 commit a280b8aCopy full SHA for a280b8a
.github/workflows/ci.yml
@@ -127,7 +127,7 @@ jobs:
127
env:
128
FILE_ONE: ${{ secrets.KRM_WIN_MAIN_FILE }}
129
FILE_TWO: ${{ secrets.KRM_WIN_SCND_FILE }}
130
- if: ${{ matrix.os == 'windows-latest' }}
+ if: ${{ matrix.os == 'windows-latest' }} && ${{ matrix.BUILDTYPE == 'Release' }} # windows debug isn't working with gtest
131
run: |
132
echo "${FILE_ONE}" | openssl base64 -d > ${HOME}/privatekey.key
133
echo "${FILE_TWO}" | openssl base64 -d > ${HOME}/certificate.crt
0 commit comments