[Test] Add CMake and iVerilog version number output

This commit is contained in:
tangxifan 2020-11-24 09:33:00 -07:00
parent 121f628f6b
commit c257abe864
1 changed files with 8 additions and 0 deletions

View File

@ -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}