[Test] Add CMake and iVerilog version number output
This commit is contained in:
parent
121f628f6b
commit
c257abe864
|
@ -43,6 +43,14 @@ jobs:
|
|||
- name: Install dependency
|
||||
run: source ./.github/workflows/install_dependency.sh
|
||||
|
||||
- name: Checkout CMake version
|
||||
run: cmake --version
|
||||
|
||||
- name: Checkout iVerilog version
|
||||
run: |
|
||||
iverilog -V
|
||||
vvp -V
|
||||
|
||||
- name: Prepare ccache timestamp
|
||||
id: ccache_cache_timestamp
|
||||
shell: cmake -P {0}
|
||||
|
|
Loading…
Reference in New Issue