From 615709b49a33069ed13b30d02e8bc64bee5cad58 Mon Sep 17 00:00:00 2001 From: DarthAffe Date: Sun, 29 Jun 2025 12:33:27 +0200 Subject: [PATCH] Disabled windows sycl builds --- .github/workflows/backends.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backends.yml b/.github/workflows/backends.yml index 137e193..795b02f 100644 --- a/.github/workflows/backends.yml +++ b/.github/workflows/backends.yml @@ -527,7 +527,7 @@ jobs: - windows-cpu - windows-cuda12 - windows-cuda11 - - windows-sycl +# - windows-sycl - windows-hip - windows-vulkan - linux-cpu @@ -577,4 +577,4 @@ jobs: - name: Nuget Push id: nuget_push - run: dotnet nuget push **\*.nupkg --skip-duplicate --api-key ${{ secrets.NUGET_TOKEN }} --source https://api.nuget.org/v3/index.json \ No newline at end of file + run: dotnet nuget push **\*.nupkg --skip-duplicate --api-key ${{ secrets.NUGET_TOKEN }} --source https://api.nuget.org/v3/index.json