We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d55353 commit acf0a1dCopy full SHA for acf0a1d
.github/workflows/main.yml
@@ -34,7 +34,7 @@ jobs:
34
python-version: ${{ matrix.python-version }}
35
# Install apt dependencies
36
- name: Install apt dependencies
37
- run: apt install iverilog verilator
+ run: sudo apt install iverilog verilator
38
# Install dependencies
39
- name: Install dependencies
40
run: |
0 commit comments