Skip to content

Commit

Permalink
Runs build on Windows machine - seems building on Linux causes the ex…
Browse files Browse the repository at this point in the history
…e to generate a console window
  • Loading branch information
azeno committed Sep 18, 2023
1 parent 72c4b35 commit 6612139
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ name: main
on: [workflow_dispatch, push]

jobs:
ubuntu-latest:
name: ubuntu-latest
runs-on: ubuntu-latest
windows-latest:
name: windows-latest
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<!-- Version information -->
<Year>$([System.DateTime]::Now.ToString('yyyy'))</Year>
<Version>0.5.0-preview.3</Version>
<Version>0.5.0-preview.4</Version>

<!-- Package properties -->
<Authors>vvvv group</Authors>
Expand Down
2 changes: 1 addition & 1 deletion build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

[GitHubActions(
"main",
GitHubActionsImage.UbuntuLatest,
GitHubActionsImage.WindowsLatest,
On = new[] { GitHubActionsTrigger.WorkflowDispatch, GitHubActionsTrigger.Push },
Lfs = true,
Submodules = GitHubActionsSubmodules.Recursive,
Expand Down

0 comments on commit 6612139

Please sign in to comment.