mirror of
https://github.com/tonytins/cstdotnet.git
synced 2025-03-15 06:01:25 +00:00
Woops! No wonder the Windows build kept failing.
This commit is contained in:
parent
f01ac8970a
commit
420cdb83fe
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dotnet.yml
vendored
2
.github/workflows/dotnet.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
dotnet: ["6.0.x"]
|
||||
platforms: ["ubuntu-latest", "windows-latex", "macos-latest"]
|
||||
platforms: ["ubuntu-latest", "windows-latest", "macos-latest"]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup .NET
|
||||
|
|
Loading…
Add table
Reference in a new issue