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 7131969
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7131969

Please sign in to comment.