[ci] fixed a bug
This commit is contained in:
parent
0afe3a6d33
commit
effa9e0f41
|
@ -25,6 +25,10 @@ jobs:
|
|||
with:
|
||||
submodules: true
|
||||
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
source .github/workflow/install_dependencies_run.sh
|
||||
|
||||
- name: Dump tool versions
|
||||
run: |
|
||||
iverilog -V
|
||||
|
|
Loading…
Reference in New Issue