From 5bc6c29c5b420ef68031e348f081778e3673555f Mon Sep 17 00:00:00 2001 From: eine <6628437+eine@users.noreply.github.com> Date: Mon, 20 Jan 2020 06:52:44 +0100 Subject: GHA: fix windows jobs (#1106) * ci: use eine/setup-msys2 instead of numworks/setup-msys2 * msys2: fix package extension (change from xz to zst) --- dist/msys2-mingw/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist') diff --git a/dist/msys2-mingw/run.sh b/dist/msys2-mingw/run.sh index 42af62b19..40d25004e 100644 --- a/dist/msys2-mingw/run.sh +++ b/dist/msys2-mingw/run.sh @@ -99,7 +99,7 @@ build () { ls -la gstart 'Install package' - pacman --noconfirm -U "mingw-w64-${TARBALL_ARCH}-ghdl-${TARGET}-ci"-*-any.pkg.tar.xz + pacman --noconfirm -U "mingw-w64-${TARBALL_ARCH}-ghdl-${TARGET}-ci"-*-any.pkg.tar.zst gend } -- cgit v1.2.3