Skip to content

Commit

Permalink
Migration to UCRT
Browse files Browse the repository at this point in the history
  • Loading branch information
arixmkii committed Jan 16, 2023
1 parent e1c81d0 commit 87843e7
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prepare-gocat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ jobs:
- name: '🏗️ Install msys2'
uses: msys2/setup-msys2@v2
with:
msystem: MINGW64
msystem: UCRT64
update: true
install: >-
make
git
unzip
base-devel
mingw-w64-x86_64-toolchain
mingw-w64-ucrt-x86_64-toolchain
zip
mingw-w64-x86_64-go
mingw-w64-ucrt-x86_64-go
- name: '📝 Checkout'
uses: actions/checkout@v3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/prepare-podman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ jobs:
- name: '🏗️ Install msys2'
uses: msys2/setup-msys2@v2
with:
msystem: MINGW64
msystem: UCRT64
update: true
install: >-
make
git
unzip
base-devel
mingw-w64-x86_64-toolchain
mingw-w64-ucrt-x86_64-toolchain
zip
mingw-w64-x86_64-go
mingw-w64-ucrt-x86_64-go
- name: '🏗️ Install tools'
uses: crazy-max/ghaction-chocolatey@v2
Expand Down
30 changes: 15 additions & 15 deletions .github/workflows/prepare-qemu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,30 +12,30 @@ jobs:
- name: '🏗️ Install msys2'
uses: msys2/setup-msys2@v2
with:
msystem: MINGW64
msystem: UCRT64
update: true
install: >-
make
git
unzip
base-devel
mingw-w64-x86_64-toolchain
mingw-w64-ucrt-x86_64-toolchain
python
ninja
mingw-w64-x86_64-glib2
mingw-w64-x86_64-pixman
mingw-w64-ucrt-x86_64-glib2
mingw-w64-ucrt-x86_64-pixman
python-setuptools
mingw-w64-x86_64-gtk3
mingw-w64-x86_64-SDL2
mingw-w64-x86_64-libslirp
mingw-w64-x86_64-SDL2_image
mingw-w64-x86_64-curl-gnutls
mingw-w64-x86_64-gnutls
mingw-w64-x86_64-virglrenderer
mingw-w64-x86_64-libssh
mingw-w64-x86_64-libssh2
mingw-w64-x86_64-meson
mingw-w64-x86_64-nsis
mingw-w64-ucrt-x86_64-gtk3
mingw-w64-ucrt-x86_64-SDL2
mingw-w64-ucrt-x86_64-libslirp
mingw-w64-ucrt-x86_64-SDL2_image
mingw-w64-ucrt-x86_64-curl-gnutls
mingw-w64-ucrt-x86_64-gnutls
mingw-w64-ucrt-x86_64-virglrenderer
mingw-w64-ucrt-x86_64-libssh
mingw-w64-ucrt-x86_64-libssh2
mingw-w64-ucrt-x86_64-meson
mingw-w64-ucrt-x86_64-nsis
- name: '📝 Checkout'
uses: actions/checkout@v3
Expand Down

0 comments on commit 87843e7

Please sign in to comment.