Skip to content

Commit

Permalink
sudo make me a sandwich
Browse files Browse the repository at this point in the history
  • Loading branch information
stevej committed Oct 30, 2024
1 parent b986265 commit 5e45305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install iverilog
shell: bash
run: |
apt-get -qq remove iverilog
sudo 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
Expand Down

0 comments on commit 5e45305

Please sign in to comment.