From 0574c562f9b1152e1077323f1bd8e57c2afda544 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 17 Jan 2023 18:26:24 +0100 Subject: standalone pyGHDL: put libraries in lib (instead of bin) --- .github/workflows/Test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 03e8935de..3479353a0 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 }}"/bin + cd "${_zipdir}-extract/${{ matrix.sys }}"/lib ../../../scripts/msys2-mcode/GetStandaloneDeps.sh cd ../../.. mv "${_zipdir}"-extract/${{ matrix.sys }} "${_zipdir}" -- cgit v1.2.3