Skip to content

Commit

Permalink
Downloaded missing dotnet 7 for netframework and xamarin build
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Apr 11, 2024
1 parent 9bcbe36 commit 4f54b5d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-tests-macos-xamarin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
with:
dotnet-version: |
3.1.x
7.0.305
- name: Download dotnet build-script tools
run: dotnet tool restore
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/run-tests-windows-netframework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4f54b5d

Please sign in to comment.