mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-11 10:36:37 +00:00
.gitea: fix typo in windows workflow
This commit is contained in:
parent
9efe1c16e2
commit
063033834b
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ jobs:
|
||||||
shell: cmd
|
shell: cmd
|
||||||
run: |
|
run: |
|
||||||
set PATH=%GETH_MINGW%\bin;%PATH%
|
set PATH=%GETH_MINGW%\bin;%PATH%
|
||||||
go run build/ci.go install -dlgo -arch am64 -cc %GETH_MINGW%\bin\gcc.exe
|
go run build/ci.go install -dlgo -arch amd64 -cc %GETH_MINGW%\bin\gcc.exe
|
||||||
env:
|
env:
|
||||||
GETH_MINGW: 'C:\msys64\mingw64'
|
GETH_MINGW: 'C:\msys64\mingw64'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue