.gitea: update

This commit is contained in:
Felix Lange 2025-07-04 18:18:59 +02:00
parent 05a0940708
commit 969603d27c

View file

@ -140,8 +140,9 @@ jobs:
- name: "Show cgo source" - name: "Show cgo source"
shell: cmd shell: cmd
run: | run: |
for /f %%i in ('go env GOROOT') do set ROOT=%%i for /f "delims=" %%i in ('go env GOROOT') do set ROOT=%%i
dir ROOT\src\runtime\cgo echo %ROOT%
dir %ROOT%\src\runtime\cgo
# - name: "Build (amd64)" # - name: "Build (amd64)"
# shell: cmd # shell: cmd