trying without stupid

This commit is contained in:
Daniel Carbone
2023-09-14 17:14:50 -05:00
parent f6b58bacfe
commit 183bc8df0e
3 changed files with 3 additions and 21 deletions

View File

@@ -72,7 +72,7 @@ runs:
}
- name: 'Install jq - Windows-ish non-1.7'
if: runner.os == 'Windows' && (inputs.version == '1.5' || inputs.version == '1.6') && (steps.jq-check-windows.outputs.found == 'false' || inputs.force == 'true')
if: runner.os == 'Windows' && (inputs.version == '1.5' || inputs.version == '1.6') && (steps.jq-check-windows.outputs.found == 'false' || inputs.force == 'true')
shell: powershell
env:
JQ_VERSION: '${{ inputs.version }}'