Skip to content

Commit 1b7bee0

Browse files
authored
Update ccpp.yml
1 parent 697298c commit 1b7bee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ccpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v1
1818
- name: install deps
1919
run: |
20-
apt-get libssl-dev sqlite3 cmake
20+
apt-get install libssl-dev sqlite3 cmake
2121
- name: cmake
2222
run: cmake
2323
- name: make

0 commit comments

Comments
 (0)