Skip to content

Commit

Permalink
Install dotnet 9
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriyDurov committed Dec 16, 2024
1 parent 8722934 commit 129e65b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:

steps:
- uses: actions/checkout@v2

- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.x'

- name: Install dependencies
run: dotnet restore
Expand Down

0 comments on commit 129e65b

Please sign in to comment.