From 3b51ed3a041e5c99b4745601bcad4f3e336cf225 Mon Sep 17 00:00:00 2001 From: Sun Zhongfeng Date: Fri, 24 Nov 2023 10:47:30 +0800 Subject: [PATCH] fix ci --- .github/workflows/ci.yaml | 6 ++++-- .github/workflows/release.yaml | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5cbdb64..a15f631 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,8 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: | - 7.0.401 + 6.0.417 + 7.0.404 8.0.100 - name: Restore dependencies run: dotnet restore @@ -32,7 +33,8 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: | - 7.0.401 + 6.0.417 + 7.0.404 8.0.100 - name: Restore dependencies run: dotnet restore diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e0f9f87..5612b28 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -13,7 +13,8 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: | - 7.0.401 + 6.0.417 + 7.0.404 8.0.100 - name: Restore dependencies run: dotnet restore