From 5c0bd7c2a7e94dc5ef0f0d07d14dbfc666955a6e Mon Sep 17 00:00:00 2001 From: hainenber Date: Sun, 1 Oct 2023 23:58:20 +0700 Subject: [PATCH] chore: add empty change to test Windows workflow --- build-image/windows/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/build-image/windows/Dockerfile b/build-image/windows/Dockerfile index 2246f102d9d6..0d8cb5ba4b28 100644 --- a/build-image/windows/Dockerfile +++ b/build-image/windows/Dockerfile @@ -17,6 +17,7 @@ RUN Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointMa # make - building with a Makefile # docker - building images # git - bash for windows +# test commit RUN choco install 7zip --version 22.1 -y