diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 7865e12..95665c7 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -11,4 +11,6 @@ jobs: - uses: actions/setup-dotnet@v5 with: dotnet-version: '8.0.x' + - run: dotnet --list-sdks + - run: dotnet --list-runtimes - run: dotnet build -f win-x64 --property:EnableWindowsTargeting=true ./BlueMine/BlueMine.csproj \ No newline at end of file