From 48f94b7a8a6a409e0beb9cc92f1f5e59f7e3fe74 Mon Sep 17 00:00:00 2001 From: mullayanov Date: Thu, 17 Apr 2025 15:16:18 +0500 Subject: [PATCH] fix bash --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e358372..1cbe43f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,6 +31,7 @@ RUN choco install -y visualstudio2022buildtools --package-parameters \" \ # Add MSBuild to the path RUN [Environment]::SetEnvironmentVariable(\"Path\", $env:Path + \";C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\MSBuild\Current\Bin\", \"Machine\") +RUN [Environment]::SetEnvironmentVariable(\"Path\", $env:Path + \";C:\Program Files\Git\usr\bin\", \"Machine\") ARG RUNNER_VERSION="0.2.11" ADD https://gitea.com/gitea/act_runner/releases/download/v$RUNNER_VERSION/act_runner-$RUNNER_VERSION-windows-amd64.exe act_runner.exe