Skip to content

Commit a040a7b

Browse files
author
Keith Blackstone
committed
generator fix
1 parent bab8077 commit a040a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-usd-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
$generator = "--generator Ninja"
142142
143143
if ("${{runner.os}}" -eq "Windows") {
144-
$generator = "--generator \"Visual Studio 17 2022\""
144+
$generator = '--generator "Visual Studio 17 2022"'
145145
$fileContent = Get-Content $file -Raw
146146
$fileContent = $fileContent -replace ' -- \{multiproc\}', ''
147147
Set-Content $file -Value $fileContent

0 commit comments

Comments
 (0)