Skip to content

Commit 36cfee4

Browse files
committed
fix cacheing
1 parent f445839 commit 36cfee4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
uses: actions/setup-go@v5
1717
with:
1818
go-version: '1.20'
19+
cache-dependency-path: go.mod
1920

2021
- name: Build
2122
run: go build -v ./...
@@ -35,6 +36,7 @@ jobs:
3536
uses: actions/setup-go@v5
3637
with:
3738
go-version: '1.20'
39+
cache-dependency-path: go.mod
3840

3941
- name: Build
4042
run: go build -o emd ./cmd/emd

0 commit comments

Comments
 (0)