Skip to content

Commit

Permalink
install msys2-runtime-3.3 in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyd2019 committed Jan 12, 2023
1 parent 60199b3 commit 6e515be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
update: true
bitness: 32

- name: Install msys2-runtime-3.3
continue-on-error: true
run: |
exec pacman --noconfirm --noprogressbar -S --needed msys2-runtime-3.3
- name: Build
run: |
bash -x make-msys2-installer
Expand Down

0 comments on commit 6e515be

Please sign in to comment.