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 13, 2024
1 parent 39095c4 commit 5540427
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/Publish.Auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

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

- name: Verify commit
run: |
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,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 5540427

Please sign in to comment.