.gitea: show PATH

This commit is contained in:
Felix Lange 2025-07-04 18:22:10 +02:00
parent 969603d27c
commit c5422667d0

View file

@ -156,6 +156,7 @@ jobs:
shell: cmd
run: |
set PATH=%GETH_MINGW%\bin;%PATH%
echo %PATH%
go run build/ci.go install -dlgo -arch 386 -cc %GETH_MINGW%\bin\gcc.exe
env:
GETH_MINGW: 'C:\msys64\mingw32'