From af834ff52f45f1bc2e5b82661edc011b5c0e01e6 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Fri, 4 Jul 2025 18:25:34 +0200 Subject: [PATCH] .gitea: update --- .gitea/workflows/release.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index b069d412d7..7bdeb88b25 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -134,8 +134,10 @@ jobs: go-version: 1.24 cache: false - # Note: gcc.exe only works properly if the corresponding bin/ directory is - # contained in PATH. + - name: "Show environment" + shell: cmd + run: | + set - name: "Show cgo source" shell: cmd @@ -144,6 +146,10 @@ jobs: echo %ROOT% dir %ROOT%\src\runtime\cgo + # Note: gcc.exe only works properly if the corresponding bin/ directory is + # contained in PATH. + + # - name: "Build (amd64)" # shell: cmd # run: | @@ -155,7 +161,7 @@ jobs: - name: "Build (386)" shell: cmd run: | - set PATH=%GETH_MINGW%\bin;%PATH% + set PATH=C:\msys64\mingw32\bin;C:\Windows\system32\config\systemprofile\go\bin;C:\Windows\system32\config\systemprofile\.cache\act\tool_cache\go\1.24.4\x64\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\Git\cmd;c:\teleport;C:\Program Files\nodejs\;C:\Program Files (x86)\NSIS\;C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\WindowsApps echo %PATH% go run build/ci.go install -dlgo -arch 386 -cc %GETH_MINGW%\bin\gcc.exe env: