From 08c111893498b03eb492d573fd7af9a4b90c0fee Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Wed, 4 Sep 2024 08:23:42 +0200 Subject: [PATCH] powershell --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6f4c8a6543..dd8feb6e08 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -246,11 +246,13 @@ jobs: - run: name: Naive impl to wait until the screen stretches command: Start-Sleep 5 + shell: powershell.exe - run: name: Get screen info command: | Add-Type -AssemblyName System.Windows.Forms [System.Windows.Forms.Screen]::AllScreens | fl * + shell: powershell.exe - checkout - attach_workspace: at: .