There was an error while loading. Please reload this page.
1 parent 0a3b164 commit 39138b4Copy full SHA for 39138b4
1 file changed
.github/workflows/test-packaging.yml
@@ -54,10 +54,10 @@ jobs:
54
git submodule update --init --recursive
55
56
# ubuntu-latest has .NET 10
57
- # - name: Setup .NET Core
58
- # uses: actions/setup-dotnet@v5
59
- # with:
60
- # dotnet-version: 10.0.x
+ - name: Setup .NET Core # Starlight start
+ uses: actions/setup-dotnet@v5
+ with:
+ dotnet-version: 10.0.x # Starlight end
61
62
- name: Install dependencies
63
run: dotnet restore
0 commit comments