Update backends.yml

This commit is contained in:
DarthAffe 2025-08-16 19:52:54 +02:00 committed by GitHub
parent a5c75a483a
commit 7b48dc593f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -112,6 +112,8 @@ jobs:
path: .\build\bin\Release\stable-diffusion.dll
windows-sycl:
if: ${{ false }}
runs-on: windows-2022
defaults:
@ -442,6 +444,9 @@ jobs:
- osx-cpu
steps:
- name: Print header version
run: echo "${{ github.event.inputs.commit }}"
- name: Checkout
id: checkout
uses: actions/checkout@v4.2.2