Skip to content

Commit 7f6bb8d

Browse files
committed
fix win ci
1 parent f38db8f commit 7f6bb8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
- name: Tests - net8.0 (Latest LTS)
3939
run: dotnet run --no-build -c:Release -f:net8.0 --project test/FastExpressionCompiler.TestsRunner/FastExpressionCompiler.TestsRunner.csproj
4040

41-
- if: matrix.os == 'windows-latest'
42-
name: Tests - net6.0 (Previous LTS)
43-
run: dotnet run --no-build -c:Release -f:net6.0 --project test/FastExpressionCompiler.TestsRunner/FastExpressionCompiler.TestsRunner.csproj
41+
# - if: matrix.os == 'windows-latest'
42+
# name: Tests - net6.0 (Previous LTS)
43+
# run: dotnet run --no-build -c:Release -f:net6.0 --project test/FastExpressionCompiler.TestsRunner/FastExpressionCompiler.TestsRunner.csproj
4444

4545
- if: matrix.os == 'windows-latest'
4646
name: Tests - net472 (Windows only)

0 commit comments

Comments
 (0)