Skip to content

Commit f23264d

Browse files
author
Joseph
committed
tried to fix compilation error
Signed-off-by: Joseph <[email protected]>
1 parent 2e7de45 commit f23264d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

windows-arc-runner/Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,9 @@ RUN $env:PATH += ';C:\vcpkg'; setx /M PATH $env:PATH
8383

8484
# Initialize VS Build Tools environment and install packages
8585
RUN powershell -NoProfile -Command `
86-
"$ErrorActionPreference = 'Stop'; `
87-
$ProgressPreference = 'SilentlyContinue'; `
88-
cmd.exe /c '\"C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\vcvars64.bat\" && vcpkg install zlib:x64-windows --clean-after-build'"
89-
86+
$ErrorActionPreference = 'Stop'; `
87+
$ProgressPreference = 'SilentlyContinue'; `
88+
cmd.exe /c "\"C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\vcvars64.bat\" && C:\vcpkg\vcpkg.exe install zlib:x64-windows --clean-after-build"
9089

9190
################################################################################
9291
# Entrypoint: VS Dev prompt + PowerShell

0 commit comments

Comments
 (0)