mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 19:00:46 +00:00
.gitea: show PATH
This commit is contained in:
parent
969603d27c
commit
c5422667d0
1 changed files with 1 additions and 0 deletions
|
|
@ -156,6 +156,7 @@ jobs:
|
||||||
shell: cmd
|
shell: cmd
|
||||||
run: |
|
run: |
|
||||||
set PATH=%GETH_MINGW%\bin;%PATH%
|
set PATH=%GETH_MINGW%\bin;%PATH%
|
||||||
|
echo %PATH%
|
||||||
go run build/ci.go install -dlgo -arch 386 -cc %GETH_MINGW%\bin\gcc.exe
|
go run build/ci.go install -dlgo -arch 386 -cc %GETH_MINGW%\bin\gcc.exe
|
||||||
env:
|
env:
|
||||||
GETH_MINGW: 'C:\msys64\mingw32'
|
GETH_MINGW: 'C:\msys64\mingw32'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue