mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 14:16:44 +00:00
parent
61b52ad27b
commit
2387d87d51
2 changed files with 7 additions and 3 deletions
|
|
@ -17,6 +17,7 @@ jobs:
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: 1.24
|
go-version: 1.24
|
||||||
|
cache: false
|
||||||
|
|
||||||
- name: Install cross toolchain
|
- name: Install cross toolchain
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -57,6 +58,7 @@ jobs:
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: 1.24
|
go-version: 1.24
|
||||||
|
cache: false
|
||||||
|
|
||||||
- name: Install cross toolchain
|
- name: Install cross toolchain
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -130,6 +132,7 @@ jobs:
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: 1.24
|
go-version: 1.24
|
||||||
|
cache: false
|
||||||
|
|
||||||
# Note: gcc.exe only works properly if the corresponding bin/ directory is
|
# Note: gcc.exe only works properly if the corresponding bin/ directory is
|
||||||
# contained in PATH.
|
# contained in PATH.
|
||||||
|
|
@ -166,6 +169,7 @@ jobs:
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: 1.24
|
go-version: 1.24
|
||||||
|
cache: false
|
||||||
|
|
||||||
- name: Run docker build
|
- name: Run docker build
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue