mirror of
https://github.com/DarthAffe/StableDiffusion.NET.git
synced 2025-12-12 13:28:35 +00:00
Disabled windows sycl builds
This commit is contained in:
parent
f2476cce35
commit
615709b49a
4
.github/workflows/backends.yml
vendored
4
.github/workflows/backends.yml
vendored
@ -527,7 +527,7 @@ jobs:
|
|||||||
- windows-cpu
|
- windows-cpu
|
||||||
- windows-cuda12
|
- windows-cuda12
|
||||||
- windows-cuda11
|
- windows-cuda11
|
||||||
- windows-sycl
|
# - windows-sycl
|
||||||
- windows-hip
|
- windows-hip
|
||||||
- windows-vulkan
|
- windows-vulkan
|
||||||
- linux-cpu
|
- linux-cpu
|
||||||
@ -577,4 +577,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Nuget Push
|
- name: Nuget Push
|
||||||
id: 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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user