fix the GitHub actions for VS2022's quirk too

missed this change in 98cdffe5, fix it now
This commit is contained in:
Marco Antonio J. Costa
2025-01-01 18:10:47 -03:00
committed by majcosta
parent 3e76e9525e
commit 7aafa7aada
+1 -1
View File
@@ -59,7 +59,7 @@ jobs:
run: | run: |
set -eux set -eux
touch CMakeUserPresets.json touch CMakePresets.json
JA2Language=$(echo '${{ inputs.language }}' | tr '[:lower:]' '[:upper:]') JA2Language=$(echo '${{ inputs.language }}' | tr '[:lower:]' '[:upper:]')
JA2Application=$(echo '${{ matrix.application }}' | tr '[:lower:]' '[:upper:]') JA2Application=$(echo '${{ matrix.application }}' | tr '[:lower:]' '[:upper:]')