Skip to content

Commit 76a6cf3

Browse files
committed
Clean go cache before verify
Signed-off-by: Todd Short <[email protected]>
1 parent 2207385 commit 76a6cf3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/sanity.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
- uses: actions/setup-go@v5
1818
with:
1919
go-version-file: "go.mod"
20+
- name: Clean go cache
21+
run: go clean -modcache
22+
- name: Install lilgpgme11-dev
23+
run: sudo apt install -y lilgpgme11-dev
2024
- name: Run verification checks
2125
run: make verify
2226
lint:

0 commit comments

Comments
 (0)