Skip to content

Commit 6553cfd

Browse files
committed
Fix CI workflow
1 parent f0cb594 commit 6553cfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
run: make
2323

2424
- name: Install
25-
uses: sudo make install
25+
run: sudo make install

0 commit comments

Comments
 (0)