Skip to content

Commit ae1ec7e

Browse files
make sure .net 10 is installed in release workflow
1 parent ae01dd3 commit ae1ec7e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ jobs:
2020
- name: Checkout
2121
uses: actions/checkout@v4
2222

23+
- name: Setup .NET Core
24+
uses: actions/setup-dotnet@v5
25+
with:
26+
dotnet-version: |
27+
10.x
28+
2329
- name: Build & pack
2430
id: build_pack
2531
run: dotnet build ClickHouse.Driver\ClickHouse.Driver.csproj --configuration Release /p:Version=${{ inputs.version }}

0 commit comments

Comments
 (0)