From fcd8be5323777f1503fb2b624b36b802a84104ef Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Sat, 5 Aug 2023 13:27:56 +0200 Subject: [PATCH] Is the commented line the problem ? --- .github/workflows/regression.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index 56da966d..083c181f 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -41,7 +41,6 @@ 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 -# sudo make ENABLE_PYOSYS=1 PREFIX=/usr install make ENABLE_PYOSYS=1 PREFIX=/install PYTHON_DESTDIR=/install/lib64/python3/dist-packages DESTDIR=${{ github.workspace }}/coriolis-2.x/Linux.x86_64/Release.Shared LIBDIR=/install/lib64/yosys install - name: Build Alliance run: |