Skip to content

Commit

Permalink
quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
kwblackstone committed May 3, 2024
1 parent 745f6c7 commit a00dba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
"${{ github.workspace }}/usd_build/lib/cmake/OpenImageIO/OpenImageIOTargets.cmake"
)
foreach ($file in $files) {
$content = 'set(USD_BUILD_DIR $ENV{USD_BUILD_DIR})' + "`r`n" + (Get-Content $file -Raw)
$content = 'set(USD_BUILD_DIR "$ENV{USD_BUILD_DIR}")' + "`r`n" + (Get-Content $file -Raw)
$content | Set-Content $file
}
Expand Down

0 comments on commit a00dba2

Please sign in to comment.