Skip to content

Commit 21e5b69

Browse files
author
Rico Suter
committed
Revert "Fix build"
This reverts commit 21bf926.
1 parent 21bf926 commit 21e5b69

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build/Build.CI.GitHubActions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ protected override GitHubActionsJob GetJobs(GitHubActionsImage image, IReadOnlyC
4949

5050
// only need to list the ones that are missing from default image
5151
newSteps.Insert(0, new GitHubActionsSetupDotNetStep(new[] { "2.1.*" }));
52-
newSteps.Insert(0, new GitHubActionsSetupDotNetStep(new[] { "5.0.*" }));
5352

5453
newSteps.Insert(0, new GitHubActionsUseGnuTarStep());
5554
newSteps.Insert(0, new GitHubActionsConfigureLongPathsStep());

0 commit comments

Comments
 (0)