Skip to content

Commit 6bfc1f6

Browse files
author
Joseph
committed
tried to fix compilation error
Signed-off-by: Joseph <[email protected]>
1 parent 064945b commit 6bfc1f6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

windows-arc-runner/Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,7 @@ SHELL ["powershell", "-Command", "$ErrorActionPreference='Stop';$ProgressPrefere
8282
RUN $env:PATH += ';C:\vcpkg'; setx /M PATH $env:PATH
8383

8484
# Initialize VS Build Tools environment and install packages
85-
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\" ^&^& C:\vcpkg\vcpkg.exe install zlib:x64-windows --clean-after-build"
85+
RUN powershell -NoProfile -Command "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; 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'"
8986

9087
################################################################################
9188
# Entrypoint: VS Dev prompt + PowerShell

0 commit comments

Comments
 (0)