Skip to content

Commit e0db1d4

Browse files
committed
chore: add 'install dep' oper for the action
1 parent 445a385 commit e0db1d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/unit-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- name: Install dependencies
1414
run: |
15-
cd rtl
15+
cd rtl
16+
make install

0 commit comments

Comments
 (0)