mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
update appveyor file
This commit is contained in:
parent
d16252a3cb
commit
5b8dac94b1
1 changed files with 2 additions and 4 deletions
|
|
@ -4,11 +4,9 @@ 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
|
||||||
# Project
|
|
||||||
- build/cache -> build/checksums.txt
|
- build/cache -> build/checksums.txt
|
||||||
|
|
||||||
image:
|
image:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue