mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-06 23:18:37 +00:00
.gitea: show cgo source directory
This commit is contained in:
parent
e5c01bcfaa
commit
05a0940708
1 changed files with 25 additions and 24 deletions
|
|
@ -137,10 +137,11 @@ jobs:
|
||||||
# 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.
|
||||||
|
|
||||||
- name: "Find gcc"
|
- name: "Show cgo source"
|
||||||
shell: cmd
|
shell: cmd
|
||||||
run: |
|
run: |
|
||||||
where gcc
|
for /f %%i in ('go env GOROOT') do set ROOT=%%i
|
||||||
|
dir ROOT\src\runtime\cgo
|
||||||
|
|
||||||
# - name: "Build (amd64)"
|
# - name: "Build (amd64)"
|
||||||
# shell: cmd
|
# shell: cmd
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue