Fix .NET 6 CI false positives.

This commit is contained in:
Paul Chote
2025-02-28 19:09:23 +00:00
committed by Matthias Mailänder
parent 82ee3d779c
commit a371826613

View File

@@ -14,6 +14,9 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Remove System .NET
run: sudo apt-get remove -y dotnet*
- name: Clone Repository
uses: actions/checkout@v4