aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2023-01-17 19:16:27 +0100
committerTristan Gingold <tgingold@free.fr>2023-01-17 19:16:27 +0100
commit1b0c3819af5eb1f481db51e4dbdfd7e00757ddaf (patch)
treea7b7607cbf150213350652ec18331ba4719524a6 /.github
parente40d6459af3d275ca8329ec5a03ff0113d54a3d9 (diff)
downloadghdl-1b0c3819af5eb1f481db51e4dbdfd7e00757ddaf.tar.gz
ghdl-1b0c3819af5eb1f481db51e4dbdfd7e00757ddaf.tar.bz2
ghdl-1b0c3819af5eb1f481db51e4dbdfd7e00757ddaf.zip
Revert "standalone pyGHDL: put libraries in lib (instead of bin)"
This reverts commit 0574c562f9b1152e1077323f1bd8e57c2afda544.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/Test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml
index 3479353a0..03e8935de 100644
--- a/.github/workflows/Test.yml
+++ b/.github/workflows/Test.yml
@@ -421,7 +421,7 @@ jobs:
_zipdir='${{ matrix.sys }}-mcode-standalone'
mkdir -p "${_zipdir}"-extract
tar xf artifact/mingw-w64-*-ghdl-mcode-*.zst -C "${_zipdir}"-extract
- cd "${_zipdir}-extract/${{ matrix.sys }}"/lib
+ cd "${_zipdir}-extract/${{ matrix.sys }}"/bin
../../../scripts/msys2-mcode/GetStandaloneDeps.sh
cd ../../..
mv "${_zipdir}"-extract/${{ matrix.sys }} "${_zipdir}"