Skip to content

Commit

Permalink
Try fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayPianikov committed Dec 28, 2024
1 parent d03a108 commit e7a935a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Setup dotnet 6
uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'

- name: Setup dotnet
- name: Setup dotnet 9
uses: actions/setup-dotnet@v3
with:
dotnet-version: '9.0.x'
Expand Down

0 comments on commit e7a935a

Please sign in to comment.