mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-02 09:33:46 +00:00
.gitea: disable 64bit
This commit is contained in:
parent
f0479f3158
commit
b5f4d628ac
1 changed files with 7 additions and 7 deletions
|
|
@ -142,13 +142,13 @@ jobs:
|
|||
run: |
|
||||
where gcc
|
||||
|
||||
- name: "Build (amd64)"
|
||||
shell: cmd
|
||||
run: |
|
||||
set PATH=%GETH_MINGW%\bin;%PATH%
|
||||
go run build/ci.go install -dlgo -arch amd64 -cc %GETH_MINGW%\bin\gcc.exe
|
||||
env:
|
||||
GETH_MINGW: 'C:\msys64\mingw64'
|
||||
# - name: "Build (amd64)"
|
||||
# shell: cmd
|
||||
# run: |
|
||||
# set PATH=%GETH_MINGW%\bin;%PATH%
|
||||
# go run build/ci.go install -dlgo -arch amd64 -cc %GETH_MINGW%\bin\gcc.exe
|
||||
# env:
|
||||
# GETH_MINGW: 'C:\msys64\mingw64'
|
||||
|
||||
- name: "Build (386)"
|
||||
shell: cmd
|
||||
|
|
|
|||
Loading…
Reference in a new issue