Skip to content

Commit 6c9cb03

Browse files
committed
ci: add go cache path
1 parent 387f9b1 commit 6c9cb03

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/macos-build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
uses: actions/setup-go@v4
4040
with:
4141
go-version: '1.21'
42+
cache-dependency-path: |
43+
apps/finicky/src/go.sum
44+
4245
4346
- name: Install dependencies
4447
run: |
@@ -165,7 +168,7 @@ jobs:
165168
rm certificate.p12
166169
167170
- name: Install gon
168-
run: |
171+
run: |
169172
brew install Bearer/tap/gon
170173
171174
- name: Update gon config for CI

0 commit comments

Comments
 (0)