mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-07-05 03:58:16 +08:00
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@ -85,6 +85,12 @@ jobs:
|
||||
with:
|
||||
dotnet-version: 5.0.301
|
||||
|
||||
- name: Setup dotnet 6.0
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: 6.0.x
|
||||
include-prerelease: true
|
||||
|
||||
- name: Integration Tests
|
||||
shell: bash
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user