Skip to content

Commit a280b8a

Browse files
committed
more workflow fix attempts
1 parent 8109220 commit a280b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
env:
128128
FILE_ONE: ${{ secrets.KRM_WIN_MAIN_FILE }}
129129
FILE_TWO: ${{ secrets.KRM_WIN_SCND_FILE }}
130-
if: ${{ matrix.os == 'windows-latest' }}
130+
if: ${{ matrix.os == 'windows-latest' }} && ${{ matrix.BUILDTYPE == 'Release' }} # windows debug isn't working with gtest
131131
run: |
132132
echo "${FILE_ONE}" | openssl base64 -d > ${HOME}/privatekey.key
133133
echo "${FILE_TWO}" | openssl base64 -d > ${HOME}/certificate.crt

0 commit comments

Comments
 (0)