From 0db9f66a630905e4d5ad8b87fa053d8658259f02 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 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7b17bd2..35a0a47 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,9 +41,11 @@ jobs: cache: false - name: update msys2 + timeout-minutes: 15 run: | - %RUNNER_TEMP%\msys64\usr\bin\pacman.exe -Syu --noconfirm - %RUNNER_TEMP%\msys64\usr\bin\pacman.exe -Sy --needed --noconfirm git patch make unzip pactoys + %RUNNER_TEMP%\msys64\usr\bin\pacman.exe -Sy msys2-runtime --noconfirm + %RUNNER_TEMP%\msys64\usr\bin\pacman.exe -Su --noconfirm + %RUNNER_TEMP%\msys64\usr\bin\pacman.exe -S --needed --noconfirm git patch make unzip pactoys shell: cmd - name: Cleanup old stuff