bugfix: specify windows x64 for build workflow

This commit is contained in:
Baipyrus 2024-09-01 13:19:16 +02:00 committed by GitHub
parent 39ec2d034e
commit dd8768eca3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,8 +9,11 @@ on:
pull_request: pull_request:
branches: [ "main" ] branches: [ "main" ]
jobs: env:
GOOS: windows
GOARCH: amd64
jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest