mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 17:33:47 +00:00
implement go packages cache
This commit is contained in:
parent
e12100aa1a
commit
e435aa3a98
1 changed files with 5 additions and 4 deletions
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
|
|
@ -38,11 +38,12 @@ jobs:
|
|||
fetch-depth: 0
|
||||
ref: ${{ github.ref_name }}
|
||||
|
||||
### NOT using dependency caches, since using GitHub-hosted runners. More info at the URL below:
|
||||
### Need to be careful with dependency caches, since using GitHub-hosted runners. More info at the URL below:
|
||||
### https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/caching-dependencies-to-speed-up-workflows#about-caching-workflow-dependencies
|
||||
# - uses: actions/setup-go@v5
|
||||
# with:
|
||||
# go-version-file: "go.mod"
|
||||
- name: Cache go.mod packages
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version-file: "go.mod"
|
||||
|
||||
- name: Configure AWS Credentials
|
||||
uses: aws-actions/configure-aws-credentials@v4
|
||||
|
|
|
|||
Loading…
Reference in a new issue