fix wrong build steps
Some checks failed
/ test (push) Failing after 1m2s

This commit is contained in:
Jacob Lifshay 2024-10-03 00:39:18 -07:00
parent 1c63a441a9
commit 4497f09ea0
Signed by: programmerjake
SSH key fingerprint: SHA256:B1iRVvUJkvd7upMIiMqn6OyxvD2SgJkAH3ZnUOj6z+c

View file

@ -24,8 +24,6 @@ jobs:
- run: |
git clone --depth=1 --branch=0.45 https://github.com/YosysHQ/yosys.git
cd yosys
autoconf -f
./configure
make install -j6
- run: |
wget -O firrtl.tar.gz https://github.com/llvm/circt/releases/download/firtool-1.86.0/firrtl-bin-linux-x64.tar.gz