From 4f54b5dd6bbc6ac26671603372f6c37d097a4a97 Mon Sep 17 00:00:00 2001 From: sacOO7 Date: Thu, 11 Apr 2024 16:20:24 +0530 Subject: [PATCH] Downloaded missing dotnet 7 for netframework and xamarin build --- .github/workflows/run-tests-macos-xamarin.yml | 1 + .github/workflows/run-tests-windows-netframework.yml | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/.github/workflows/run-tests-macos-xamarin.yml b/.github/workflows/run-tests-macos-xamarin.yml index 0d2666546..dda6d2bf4 100644 --- a/.github/workflows/run-tests-macos-xamarin.yml +++ b/.github/workflows/run-tests-macos-xamarin.yml @@ -21,6 +21,7 @@ jobs: with: dotnet-version: | 3.1.x + 7.0.305 - name: Download dotnet build-script tools run: dotnet tool restore diff --git a/.github/workflows/run-tests-windows-netframework.yml b/.github/workflows/run-tests-windows-netframework.yml index f2ce7acba..14839d874 100644 --- a/.github/workflows/run-tests-windows-netframework.yml +++ b/.github/workflows/run-tests-windows-netframework.yml @@ -16,6 +16,12 @@ jobs: with: submodules: 'recursive' + - name: Download dotnet framework + uses: actions/setup-dotnet@v3 + with: + dotnet-version: | + 7.0.305 + - name: Download dotnet build-script tools run: dotnet tool restore