Skip to content

Commit acf0a1d

Browse files
authored
Update main.yml
1 parent 2d55353 commit acf0a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
python-version: ${{ matrix.python-version }}
3535
# Install apt dependencies
3636
- name: Install apt dependencies
37-
run: apt install iverilog verilator
37+
run: sudo apt install iverilog verilator
3838
# Install dependencies
3939
- name: Install dependencies
4040
run: |

0 commit comments

Comments
 (0)