From 7131969676ae96a57976f0b4ed8df7feff1a1a7f Mon Sep 17 00:00:00 2001 From: Jeroen Ooms Date: Mon, 26 Feb 2024 13:35:10 +0100 Subject: [PATCH] try updating runtime first --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7b17bd2..64ca6a9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,7 +41,9 @@ jobs: cache: false - name: update msys2 + timeout-minutes: 15 run: | + %RUNNER_TEMP%\msys64\usr\bin\pacman.exe -Sy msys2-runtime --noconfirm %RUNNER_TEMP%\msys64\usr\bin\pacman.exe -Syu --noconfirm %RUNNER_TEMP%\msys64\usr\bin\pacman.exe -Sy --needed --noconfirm git patch make unzip pactoys shell: cmd