update appveyor file

This commit is contained in:
Muzry 2025-07-23 06:32:52 +00:00
parent 5b8dac94b1
commit 083e153532

View file

@ -3,7 +3,7 @@ version: "{branch}.{build}"
cache: cache:
# Windows # Windows
- 'C:\Users\appveyor\go\pkg\mod' -> go.mod, go.sum - C:\Users\appveyor\go\pkg\mod -> go.mod, go.sum
# Linux # Linux
- ~/go/pkg/mod -> go.mod, go.sum - ~/go/pkg/mod -> go.mod, go.sum
# Common # Common