Skip to content

Commit b740605

Browse files
authored
Merge pull request #56 from DarthAffe/DarthAffe-patch-2
Disabled windows sycl builds
2 parents f2476cc + 615709b commit b740605

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/backends.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ jobs:
527527
- windows-cpu
528528
- windows-cuda12
529529
- windows-cuda11
530-
- windows-sycl
530+
# - windows-sycl
531531
- windows-hip
532532
- windows-vulkan
533533
- linux-cpu
@@ -577,4 +577,4 @@ jobs:
577577

578578
- name: Nuget Push
579579
id: nuget_push
580-
run: dotnet nuget push **\*.nupkg --skip-duplicate --api-key ${{ secrets.NUGET_TOKEN }} --source https://api.nuget.org/v3/index.json
580+
run: dotnet nuget push **\*.nupkg --skip-duplicate --api-key ${{ secrets.NUGET_TOKEN }} --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)