Skip to content

Commit

Permalink
fix the GitHub actions for VS2022's quirk too
Browse files Browse the repository at this point in the history
missed this change in 98cdffe, fix it now
  • Loading branch information
majcosta committed Jan 1, 2025
1 parent 3e76e95 commit 7aafa7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_language.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: |
set -eux
touch CMakeUserPresets.json
touch CMakePresets.json
JA2Language=$(echo '${{ inputs.language }}' | tr '[:lower:]' '[:upper:]')
JA2Application=$(echo '${{ matrix.application }}' | tr '[:lower:]' '[:upper:]')
Expand Down

0 comments on commit 7aafa7a

Please sign in to comment.