Add Go module file for Gitea build
Some checks failed
build-windows-exe / build (push) Failing after 29s
Some checks failed
build-windows-exe / build (push) Failing after 29s
This commit is contained in:
@@ -24,9 +24,6 @@ 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
|
||||||
|
|||||||
4
VRWT_Tool/VRC_OSC/go.mod
Normal file
4
VRWT_Tool/VRC_OSC/go.mod
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
module vrc_osc_go
|
||||||
|
|
||||||
|
go 1.22
|
||||||
|
|
||||||
Reference in New Issue
Block a user