Skip to content

Commit

Permalink
Dep library needs libsensors.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Turner committed Mar 7, 2021
1 parent 91c643a commit c9d6da5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
with:
go-version: '^1.16.0'

- name: Install C libraries
run: sudo apt install libsensors-dev

- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
with:
go-version: '^1.16.0'

- name: Install C libraries
run: sudo apt install libsensors-dev

- name: Build
id: build
run: make polybar-lmsensors
Expand Down

0 comments on commit c9d6da5

Please sign in to comment.