Debug Go module path in Gitea workflow
Some checks failed
build-windows-exe / build (push) Failing after 30s

This commit is contained in:
every_holiday
2026-06-24 00:57:20 +09:00
parent e3f497def4
commit 450316d861

View File

@@ -24,6 +24,9 @@ jobs:
shell: bash shell: bash
run: | run: |
cd VRWT_Tool/VRC_OSC cd VRWT_Tool/VRC_OSC
pwd
ls
go env GOMOD GOWORK GOPATH
go test ./... go test ./...
- name: Build executables - name: Build executables