From 4be1fd04b50302bc6cbf1362dd8bdcdc517a79e9 Mon Sep 17 00:00:00 2001 From: Larry Aasen Date: Thu, 5 Dec 2024 07:58:27 -0500 Subject: [PATCH] CI: updates --- .github/workflows/take_screenshot.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/take_screenshot.yml b/.github/workflows/take_screenshot.yml index af40377..64986c7 100644 --- a/.github/workflows/take_screenshot.yml +++ b/.github/workflows/take_screenshot.yml @@ -23,9 +23,7 @@ jobs: - name: Run PowerShell script to take screenshot run: | - pwd; - ls; - ls scripts; + C:\Program Files\Git\bin\bash.exe -c "pwd; ls -al; ls -al scripts;" # git-bash.exe -c "pwd"; # git-bash.exe -c "ls -al"; # git-bash.exe -c "ls -al scripts";