Skip to content

Commit

Permalink
Install .NET Core SDK '3.1.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
ImoutoChan committed Jan 24, 2025
1 parent baec77a commit 3f83178
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@ jobs:
uses: GitTools/actions/gitversion/setup@v0.9.11
with:
versionSpec: '5.5.0'


- name: Setup .NET Core SDK '3.1.x'
uses: actions/setup-dotnet@v2
with:
dotnet-version: '3.1.x'
include-prerelease: true

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
Expand Down

0 comments on commit 3f83178

Please sign in to comment.