From ddfd867d2998eeba9fe224047fc8ab533432c695 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Tue, 23 Jan 2024 17:22:56 +0100 Subject: [PATCH] hardcode iverilog version so it works on forkes and in PRs --- .github/workflows/test-linux.yml | 2 +- .github/workflows/test-macos.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-linux.yml b/.github/workflows/test-linux.yml index 103c060a2..f90e65f4f 100644 --- a/.github/workflows/test-linux.yml +++ b/.github/workflows/test-linux.yml @@ -86,7 +86,7 @@ jobs: run: | git clone https://github.com/steveicarus/iverilog.git cd iverilog - git checkout ${{ vars.IVERILOG_VERSION }} + git checkout 192b6aec96fde982e6ddcb28b346d5893aa8e874 echo "IVERILOG_GIT=$(git rev-parse HEAD)" >> $GITHUB_ENV - name: Cache iverilog diff --git a/.github/workflows/test-macos.yml b/.github/workflows/test-macos.yml index 62fbc59e8..b70bc4549 100644 --- a/.github/workflows/test-macos.yml +++ b/.github/workflows/test-macos.yml @@ -42,7 +42,7 @@ jobs: run: | git clone https://github.com/steveicarus/iverilog.git cd iverilog - git checkout ${{ vars.IVERILOG_VERSION }} + git checkout 192b6aec96fde982e6ddcb28b346d5893aa8e874 echo "IVERILOG_GIT=$(git rev-parse HEAD)" >> $GITHUB_ENV - name: Cache iverilog