mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 22:26:42 +00:00
chore
This commit is contained in:
parent
f169f788d7
commit
dad791aaca
1 changed files with 5 additions and 5 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
|
@ -15,8 +15,8 @@ concurrency:
|
|||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
build-ubuntu:
|
||||
name: Build (Ubuntu-22.04)
|
||||
build:
|
||||
name: Build
|
||||
|
||||
if: (github.event.action != 'closed' || github.event.pull_request.merged == true)
|
||||
strategy:
|
||||
|
|
@ -70,11 +70,11 @@ jobs:
|
|||
run: |
|
||||
choco install mingw -y
|
||||
|
||||
- uses: actions/cache@v3
|
||||
- name: Cache Go modules
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
${{ env.USERPROFILE }}\go\pkg\mod
|
||||
${{ env.LOCALAPPDATA }}\go-build
|
||||
~/go/pkg/mod
|
||||
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
|
||||
restore-keys: ${{ runner.os }}-go-
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue