We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f2476cc + 615709b commit b740605Copy full SHA for b740605
.github/workflows/backends.yml
@@ -527,7 +527,7 @@ jobs:
527
- windows-cpu
528
- windows-cuda12
529
- windows-cuda11
530
- - windows-sycl
+# - windows-sycl
531
- windows-hip
532
- windows-vulkan
533
- linux-cpu
@@ -577,4 +577,4 @@ jobs:
577
578
- name: Nuget Push
579
id: nuget_push
580
- run: dotnet nuget push **\*.nupkg --skip-duplicate --api-key ${{ secrets.NUGET_TOKEN }} --source https://api.nuget.org/v3/index.json
+ run: dotnet nuget push **\*.nupkg --skip-duplicate --api-key ${{ secrets.NUGET_TOKEN }} --source https://api.nuget.org/v3/index.json
0 commit comments