From 70bbde65890b0208ade3eadd6dd65f832c0b8f2d Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Fri, 4 Aug 2023 19:28:34 +0200 Subject: [PATCH] Another tweak for Yosys installation directory. --- .github/workflows/regression.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index 1cdd80a2..7058269e 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -41,7 +41,7 @@ jobs: export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH" cd ${{ github.workspace }}/coriolis-2.x/src/yosys make ENABLE_PYOSYS=1 config-gcc - make ENABLE_PYOSYS=1 DESTDIR=${{ github.workspace }}/coriolis-2.x/Linux.x86_64/Release.Shared/install install + make ENABLE_PYOSYS=1 PREFIX=install DESTDIR=${{ github.workspace }}/coriolis-2.x/Linux.x86_64/Release.Shared install - name: Check for binaries run: ls ${{ github.workspace }}/coriolis-2.x/Linux.x86_64/Release.Shared/install/bin - name: Build Alliance