diff --git a/.github/workflows/actions2.yml b/.github/workflows/actions2.yml index 200d720..453f9bb 100644 --- a/.github/workflows/actions2.yml +++ b/.github/workflows/actions2.yml @@ -23,7 +23,7 @@ jobs: - name: Display run: ls /usr/share/dotnet/sdk/ - name: Remove faulty SDK version - run: sudo rm -rf /usr/share/dotnet/sdk/7* /usr/share/dotnet/sdk/8* + run: sudo rm -rf /usr/share/dotnet/sdk/{7*,8*} - name: Display run: ls /usr/share/dotnet/sdk/ - name: Get installed dotnet version