ci: cache Go cache for faster build times

This commit is contained in:
Ayke van Laethem
2021-11-22 02:47:18 +01:00
committed by Ron Evans
parent c177e4dbc0
commit 7238c0a16f
+7
View File
@@ -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