Skip to content

Commit c4b2d95

Browse files
Update GitHub action to add deps
1 parent 968dd07 commit c4b2d95

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/sanity.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,8 @@ jobs:
2828
with:
2929
go-version-file: "go.mod"
3030

31+
- name: Install dependencies required for custom-lint
32+
run: sudo apt-get update && sudo apt-get install -y libgpgme-dev
33+
3134
- name: Run golangci linting checks
3235
run: make lint GOLANGCI_LINT_ARGS="--out-format colored-line-number"

0 commit comments

Comments
 (0)