diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 962449e..4cbd5f2 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -53,8 +53,8 @@ jobs: make -C sby install - run: | git clone --depth=1 --recursive --branch=0.45 https://github.com/YosysHQ/yosys.git - cd yosys - make install -j6 + make -C yosys -j$(nproc) + make -C yosys install - run: | wget -O firrtl.tar.gz https://github.com/llvm/circt/releases/download/firtool-1.86.0/firrtl-bin-linux-x64.tar.gz sha256sum -c - <<<'bf6f4ab18ae76f135c944efbd81e25391c31c1bd0617c58ab0592640abefee14 firrtl.tar.gz'