feat(GODT-3253): windows cache and paths.

This commit is contained in:
Jakub Cuth
2024-03-11 15:48:09 +00:00
committed by Jakub
parent b1110b04c9
commit 312993e08e
7 changed files with 124 additions and 119 deletions

View File

@ -14,7 +14,11 @@
GOARCH: amd64
BRIDGE_SYNC_FORCE_MINIMUM_SPEC: 1
VCPKG_DEFAULT_BINARY_CACHE: ${CI_PROJECT_DIR}/.cache
cache: {}
cache:
key: windows-vcpkg-go-0
paths:
- .cache
when: 'always'
.env-darwin:
extends: