Skip to content

Commit

Permalink
Remove redundant SDK listing command from build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelle committed Dec 16, 2024
1 parent 747d6e2 commit f9f5557
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,8 @@ jobs:
- name: 🛠️ Prepare
continue-on-error: true
run: |
dotnet --list-sdks
rm -rf src/Refitter.SourceGenerator.Tests/AdditionalFiles/Generated
dotnet build src/Refitter.SourceGenerator.Tests/Refitter.SourceGenerator.Tests.csproj
ls src/Refitter.SourceGenerator.Tests/AdditionalFiles/Generated
- name: 🛠️ Build
run: |
ls src/Refitter.SourceGenerator.Tests/AdditionalFiles/Generated
Expand Down

0 comments on commit f9f5557

Please sign in to comment.