Skip to content

Commit

Permalink
CI: build on true ms windows
Browse files Browse the repository at this point in the history
  • Loading branch information
michurin committed Jun 13, 2024
1 parent 895402f commit d8ffb3b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@ jobs:
GOOS: windows
GOARCH: amd64
- run: "file pplog.exe"
windows:
runs-on: windows-latest # https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md
timeout-minutes: 10
name: "Build on MS Windows"
steps:
- uses: actions/checkout@v4
- run: "go version"
- run: "go build ./cmd/..."
- run: "dir"
test:
runs-on: ubuntu-latest
timeout-minutes: 10
Expand Down

0 comments on commit d8ffb3b

Please sign in to comment.