.gitea: show cgo source directory

This commit is contained in:
Felix Lange 2025-07-04 18:15:37 +02:00
parent e5c01bcfaa
commit 05a0940708

View file

@ -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