From d1738e8a1c2af5e936b4cc821954b0ab81b968e5 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Sat, 5 Aug 2023 13:24:10 +0200 Subject: [PATCH] Forgot to remove the sudo build of Yosys. --- .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 a907faca..fc94e206 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 - sudo make ENABLE_PYOSYS=1 PREFIX=/usr install +# 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 \