Forgot to remove the sudo build of Yosys.

This commit is contained in:
Jean-Paul Chaput 2023-08-05 13:24:10 +02:00
parent 87d09af1ff
commit d1738e8a1c
1 changed files with 1 additions and 1 deletions

View File

@ -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 \