Skip to content

Commit 3c3eab7

Browse files
committed
win env fix
1 parent 86e3237 commit 3c3eab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
- name: Run tests
119119
if: inputs.run_tests && !inputs.cross_extract
120120
env:
121-
TEST_CR_COMPRESS: ${{ !inputs.test_cr_compress }}
121+
TEST_CR_COMPRESS: ${{ inputs.test_cr_compress }}
122122
TEST_UTF8_COMPRESS: ${{ inputs.test_utf8_compress }}
123123
TEST_UTF8_COMPRESS_BAD: ${{ inputs.test_utf8_compress_bad }}
124124
#TEST_ZIP_UNZIP_LARGE: true

0 commit comments

Comments
 (0)