ci: cache Go cache for faster build times
Этот коммит содержится в:
родитель
c177e4dbc0
коммит
7238c0a16f
1 изменённых файлов: 7 добавлений и 0 удалений
7
.github/workflows/windows.yml
предоставленный
7
.github/workflows/windows.yml
предоставленный
|
@ -23,6 +23,13 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: true
|
||||
- name: Cache Go
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
key: go-cache-windows-v1-${{ hashFiles('go.mod') }}
|
||||
path: |
|
||||
~/AppData/Local/go-build
|
||||
~/go/pkg/mod
|
||||
- name: Cache LLVM source
|
||||
uses: actions/cache@v2
|
||||
id: cache-llvm-source
|
||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче