Skip to content

Commit

Permalink
Fix gihub action incorrect CASE
Browse files Browse the repository at this point in the history
  • Loading branch information
mwthinker committed Sep 21, 2024
1 parent 6e384cf commit b777fbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"value": "true",
"type": "BOOL"
},
"VCPKG_MANIFEST_DIR": "${sourceDir}/Mwetris"
"VCPKG_MANIFEST_DIR": "${sourceDir}/MWetris"
}
},
{
Expand All @@ -72,7 +72,7 @@
"value": "true",
"type": "BOOL"
},
"VCPKG_MANIFEST_DIR": "${sourceDir}/Mwetris"
"VCPKG_MANIFEST_DIR": "${sourceDir}/MWetris"
}
},
{
Expand Down

0 comments on commit b777fbe

Please sign in to comment.