Skip to content

Commit

Permalink
Drop Windows Build
Browse files Browse the repository at this point in the history
  • Loading branch information
Havret committed Mar 10, 2024
1 parent 2116a71 commit 6ef5571
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,6 @@ on:
jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: "8.0.x"
- name: Build with dotnet
run: dotnet build --configuration Release
- name: Test with dotnet
run: dotnet test --configuration Release
windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
Expand Down

0 comments on commit 6ef5571

Please sign in to comment.