Skip to content

github action: use gcc for UCRT64 #7

github action: use gcc for UCRT64

github action: use gcc for UCRT64 #7

Workflow file for this run

name: Windows
on: [push, pull_request]
jobs:
build:
runs-on: windows-latest
defaults:
run:
shell: msys2 {0}
steps:
- uses: msys2/setup-msys2@v2
with:
msystem: UCRT64
update: true
pacboy: >-
autoconf
autoconf-archive
automake
gcc:p
gettext:p
make
pkg-config
- uses: actions/checkout@v4
- name: compile
run: |
./bootstrap
./configure
make V=1