Skip to content

Commit

Permalink
try updating runtime first
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Feb 26, 2024
1 parent b73fd85 commit 0db9f66
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0db9f66

Please sign in to comment.