Skip to content

Commit

Permalink
update windows pwsh build
Browse files Browse the repository at this point in the history
  • Loading branch information
admercs committed Feb 29, 2024
1 parent 008d3a6 commit 973389c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ jobs:
${env:CMAKE_GENERATOR} = 'Visual Studio 17 2022'
Set-Location "$ProjectDir"
# Set-PSDebug -Trace 1
. "${ProjectDir}\scripts\build.ps1" -BuildMode 'Release' -CmakeGenerator "${env:CMAKE_GENERATOR}" -UnrealAsset -Automate -Verbose
. "${ProjectDir}\scripts\build.ps1" -BuildMode 'Release' -CmakeGenerator "${env:CMAKE_GENERATOR}" -UnrealAsset -Automate

0 comments on commit 973389c

Please sign in to comment.