From a308ca95f3604a7923a99688c97795925a8ff0c7 Mon Sep 17 00:00:00 2001 From: Steve Jenson Date: Tue, 29 Oct 2024 14:51:43 -0700 Subject: [PATCH] use correct command --- .github/workflows/gds.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gds.yaml b/.github/workflows/gds.yaml index df913fe..268812b 100644 --- a/.github/workflows/gds.yaml +++ b/.github/workflows/gds.yaml @@ -37,7 +37,7 @@ jobs: - name: Install iverilog shell: bash run: | - apt-get -qq uninstall iverilog + apt-get -qq remove iverilog wget https://github.com/htfab/iverilog/releases/download/13.0-git-d8c3c51/iverilog_13.0-git-d8c3c51a-1_amd64.deb sudo apt-get update -y sudo apt-get install -y ./iverilog_13.0-git-d8c3c51a-1_amd64.deb