From 4ac983e56c99454b4675eff211ca64e6e68ae3a5 Mon Sep 17 00:00:00 2001 From: Krystine Sherwin <93062060+KrystalDelusion@users.noreply.github.com> Date: Thu, 25 Jan 2024 11:32:39 +1300 Subject: [PATCH] test-docs: Checkout Yosys --- .github/workflows/test-linux.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test-linux.yml b/.github/workflows/test-linux.yml index a3f34d69217..15f922d7894 100644 --- a/.github/workflows/test-linux.yml +++ b/.github/workflows/test-linux.yml @@ -144,6 +144,9 @@ jobs: run: | echo "procs=$(nproc)" >> $GITHUB_ENV + - name: Checkout Yosys + uses: actions/checkout@v4 + - name: Download build artifact uses: actions/download-artifact@v4 with: