Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
system64MC authored Apr 30, 2023
1 parent e0eb171 commit 2710e0b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:

build:
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- uses: actions/checkout@v3

Expand All @@ -23,8 +23,6 @@ jobs:

- name: Build
run:
GOOS=windows
GOARCH=amd64
CGO_ENABLED=1
go build -o "Kurumi.exe" -tags static -ldflags="-s -w -H=windowsgui" .

Expand Down

0 comments on commit 2710e0b

Please sign in to comment.