mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +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
|
||||
run: |
|
||||
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:
|
||||
GETH_MINGW: 'C:\msys64\mingw64'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue