File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -81,11 +81,11 @@ jobs:
8181 with :
8282 dotnet-version : 8.0.x
8383
84- # - name: Setup .NET 9.0
85- # if: ${{ matrix.build-mode == 'manual' }}
86- # uses: actions/setup-dotnet@v4
87- # with:
88- # dotnet-version: 9.0.x
84+ - name : Setup .NET 9.0
85+ if : ${{ matrix.build-mode == 'manual' }}
86+ uses : actions/setup-dotnet@v4
87+ with :
88+ dotnet-version : 9.0.x
8989
9090 - name : Install dependencies
9191 if : ${{ matrix.build-mode == 'manual' }}
9595 if : ${{ matrix.build-mode == 'manual' }}
9696 run : dotnet build -f net8.0
9797
98- # - name: Build Garnet net90
99- # if: ${{ matrix.build-mode == 'manual' }}
100- # run: dotnet build -f net9.0
98+ - name : Build Garnet net90
99+ if : ${{ matrix.build-mode == 'manual' }}
100+ run : dotnet build -f net9.0
101101
102102 - name : Perform CodeQL Analysis
103103 uses : github/codeql-action/analyze@v3
You can’t perform that action at this time.
0 commit comments