Compare commits

...

2 Commits

Author SHA1 Message Date
b740605efa
Merge pull request #56 from DarthAffe/DarthAffe-patch-2
Disabled windows sycl builds
2025-06-29 12:33:48 +02:00
615709b49a
Disabled windows sycl builds 2025-06-29 12:33:27 +02:00

View File

@ -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
run: dotnet nuget push **\*.nupkg --skip-duplicate --api-key ${{ secrets.NUGET_TOKEN }} --source https://api.nuget.org/v3/index.json