mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-04-01 23:55:54 +00:00
.gitea: update
This commit is contained in:
parent
05a0940708
commit
969603d27c
1 changed files with 3 additions and 2 deletions
|
|
@ -140,8 +140,9 @@ jobs:
|
|||
- name: "Show cgo source"
|
||||
shell: cmd
|
||||
run: |
|
||||
for /f %%i in ('go env GOROOT') do set ROOT=%%i
|
||||
dir ROOT\src\runtime\cgo
|
||||
for /f "delims=" %%i in ('go env GOROOT') do set ROOT=%%i
|
||||
echo %ROOT%
|
||||
dir %ROOT%\src\runtime\cgo
|
||||
|
||||
# - name: "Build (amd64)"
|
||||
# shell: cmd
|
||||
|
|
|
|||
Loading…
Reference in a new issue