Merge branch 'main' into

neilalexander/roominfotweaks2
This commit is contained in:
Neil Alexander 2022-08-03 10:51:48 +01:00
commit 4be38f6dd2
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -151,6 +151,7 @@ jobs:
GOOS: ${{ matrix.goos }}
GOARCH: ${{ matrix.goarch }}
CGO_ENABLED: 1
CGO_CFLAGS: -fno-stack-protector
run: go build -trimpath -v -o "bin/" ./cmd/...
# build for Windows 64-bit