We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86e3237 commit 3c3eab7Copy full SHA for 3c3eab7
.github/workflows/reusable-win.yml
@@ -118,7 +118,7 @@ jobs:
118
- name: Run tests
119
if: inputs.run_tests && !inputs.cross_extract
120
env:
121
- TEST_CR_COMPRESS: ${{ !inputs.test_cr_compress }}
+ TEST_CR_COMPRESS: ${{ inputs.test_cr_compress }}
122
TEST_UTF8_COMPRESS: ${{ inputs.test_utf8_compress }}
123
TEST_UTF8_COMPRESS_BAD: ${{ inputs.test_utf8_compress_bad }}
124
#TEST_ZIP_UNZIP_LARGE: true
0 commit comments