aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authoreine <6628437+eine@users.noreply.github.com>2020-01-20 06:52:44 +0100
committertgingold <tgingold@users.noreply.github.com>2020-01-20 06:52:44 +0100
commit5bc6c29c5b420ef68031e348f081778e3673555f (patch)
treea4ab271933690fc44dc936ffd083704774b126ca /dist
parentba6ccaca5d50301db7a87f03fbed6714bcae6e3b (diff)
downloadghdl-5bc6c29c5b420ef68031e348f081778e3673555f.tar.gz
ghdl-5bc6c29c5b420ef68031e348f081778e3673555f.tar.bz2
ghdl-5bc6c29c5b420ef68031e348f081778e3673555f.zip
GHA: fix windows jobs (#1106)
* ci: use eine/setup-msys2 instead of numworks/setup-msys2 * msys2: fix package extension (change from xz to zst)
Diffstat (limited to 'dist')
-rw-r--r--dist/msys2-mingw/run.sh2
1 files changed, 1 insertions, 1 deletions
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
}