mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
fix the GitHub actions for VS2022's quirk too
missed this change in 98cdffe5, fix it now
This commit is contained in:
committed by
majcosta
parent
3e76e9525e
commit
7aafa7aada
@@ -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:]')
|
||||||
|
|||||||
Reference in New Issue
Block a user