From: Eric Biggers Date: Mon, 27 Mar 2023 00:25:46 +0000 (-0700) Subject: ci.yml: use make-windows-release script on Windows X-Git-Tag: v1.14.0~68 X-Git-Url: https://wimlib.net/git/?a=commitdiff_plain;h=cd0b3542c838cb4224e3fe5948eeb006863f92f7;p=wimlib ci.yml: use make-windows-release script on Windows --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95d88aac..c4718b8f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -141,10 +141,9 @@ jobs: install: > autoconf automake + git libtool - pkg-config make - mingw-w64-${{matrix.env}}-cc - - run: ./bootstrap - - run: ./configure CFLAGS="$DEF_CFLAGS" --without-fuse --without-ntfs-3g - - run: make -j8 + mingw-w64-${{matrix.env}}-gcc + pkgconf + - run: CFLAGS="$DEF_CFLAGS" ./tools/make-windows-release --no-docs --no-zip