diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 762c1f8..da9376e 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -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