Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 44a2dc1

Browse files
committed
Fix suffix.
1 parent 714a13e commit 44a2dc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ccpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v1
1212
- name: install dependencies
13-
run: sudo apt-get install libyaml-devel libglib2.0-devel json-glib-devel parted-devel util-linux-devel
13+
run: sudo apt-get install libyaml-dev libglib2.0-dev json-glib-dev parted-dev util-linux-dev
1414
- name: autogen
1515
run: sh autogen.sh
1616
- name: make

0 commit comments

Comments
 (0)