Skip to content

Commit f1e6a56

Browse files
verilator-ci: check verilator version
1 parent cbecb14 commit f1e6a56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/verilator-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
run: |
2121
echo "Running on:"
2222
cat /etc/os-release
23-
- name: Where am I?
23+
- name: Check Verilator version
2424
shell: bash
2525
run: |
2626
cd /workspaces
27-
echo `ls -l`
27+
verilator --version
2828
- name: Verilate
2929
shell: bash
3030
run: |

0 commit comments

Comments
 (0)