mirror of
https://github.com/Baipyrus/ProxySwitcher.git
synced 2024-12-26 12:41:45 +00:00
bugfix: specify windows x64 for build workflow
This commit is contained in:
parent
39ec2d034e
commit
dd8768eca3
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -9,8 +9,11 @@ on:
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
||||
jobs:
|
||||
env:
|
||||
GOOS: windows
|
||||
GOARCH: amd64
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user