Skip to content

Commit 39138b4

Browse files
test packaging can come back
1 parent 0a3b164 commit 39138b4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test-packaging.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ jobs:
5454
git submodule update --init --recursive
5555
5656
# ubuntu-latest has .NET 10
57-
# - name: Setup .NET Core
58-
# uses: actions/setup-dotnet@v5
59-
# with:
60-
# dotnet-version: 10.0.x
57+
- name: Setup .NET Core # Starlight start
58+
uses: actions/setup-dotnet@v5
59+
with:
60+
dotnet-version: 10.0.x # Starlight end
6161

6262
- name: Install dependencies
6363
run: dotnet restore

0 commit comments

Comments
 (0)