mirror of
https://github.com/sst/opencode.git
synced 2025-07-07 16:14:59 +00:00
ci: fix setup-go cache dependency path
This commit is contained in:
parent
ea6bfef21a
commit
8ebb1add15
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
with:
|
||||
go-version: ">=1.24.0"
|
||||
cache: true
|
||||
cache-dependency-path: go.sum
|
||||
cache-dependency-path: "**/*.sum"
|
||||
|
||||
- uses: oven-sh/setup-bun@v2
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue