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