Skip to content

Commit

Permalink
Update to windows
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHinsh committed Jun 29, 2024
1 parent 0159942 commit 8f9726b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ jobs:
useConfigFile: true

build:
runs-on: windows-latest
runs-on: ubuntu-latest
needs: Setup
steps:
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.x
- run: dotnet build
- run: dotnet build --runtime win-x64
- run: dotnet test
- run: 'Get-ChildItem -Directory -Recurse'
if: false
Expand Down

0 comments on commit 8f9726b

Please sign in to comment.