mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-18 03:24:00 +00:00
ci: cache Go cache for faster build times
This commit is contained in:
committed by
Ron Evans
parent
c177e4dbc0
commit
7238c0a16f
@@ -23,6 +23,13 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
submodules: true
|
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
|
- name: Cache LLVM source
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
id: cache-llvm-source
|
id: cache-llvm-source
|
||||||
|
|||||||
Reference in New Issue
Block a user