Skip to content

Commit

Permalink
downgrade msys2 setup for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Feb 26, 2024
1 parent e1191e5 commit 1c17315
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,18 @@ jobs:
exit 0
shell: cmd

- uses: msys2/setup-msys2@v2
timeout-minutes: 15
- uses: msys2/setup-msys2@v2.21.1
with:
msystem: ${{ matrix.msystem }}
# install: git patch make unzip pactoys
install: git patch make unzip pactoys
update: true
cache: false

- name: update msys2
timeout-minutes: 15
run: |
%RUNNER_TEMP%\msys64\usr\bin\pacman.exe -Sy --noconfirm
%RUNNER_TEMP%\msys64\usr\bin\pacman.exe -S 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: update msys2
# 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
# shell: cmd

- name: Cleanup old stuff
run: rm -Rf */pkg */src
Expand Down

0 comments on commit 1c17315

Please sign in to comment.