Skip to content

Commit 0e8649c

Browse files
authored
workflows: fix ubuntu libsensors pkgname
1 parent 9e90f7b commit 0e8649c

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
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: install-deps
18-
run: sudo apt install libyaml-cpp-dev libatasmart-dev cmake libsensors4-dev
18+
run: sudo apt install libyaml-cpp-dev libatasmart-dev cmake libsensors-dev
1919
- name: build
2020
run: |
2121
mkdir build

0 commit comments

Comments
 (0)