mirror of
https://github.com/DarthAffe/StableDiffusion.NET.git
synced 2026-03-24 02:08:49 +00:00
Fixed linux hip build; updated checkout action
This commit is contained in:
parent
26b90bd20b
commit
a3018ac570
25
.github/workflows/backends.yml
vendored
25
.github/workflows/backends.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
id: checkout
|
id: checkout
|
||||||
uses: actions/checkout@v4.2.2
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
repository: 'leejet/stable-diffusion.cpp'
|
repository: 'leejet/stable-diffusion.cpp'
|
||||||
ref: '${{ github.event.inputs.commit }}'
|
ref: '${{ github.event.inputs.commit }}'
|
||||||
@ -58,7 +58,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
id: checkout
|
id: checkout
|
||||||
uses: actions/checkout@v4.2.2
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
repository: 'leejet/stable-diffusion.cpp'
|
repository: 'leejet/stable-diffusion.cpp'
|
||||||
ref: '${{ github.event.inputs.commit }}'
|
ref: '${{ github.event.inputs.commit }}'
|
||||||
@ -100,7 +100,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
id: checkout
|
id: checkout
|
||||||
uses: actions/checkout@v4.2.2
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
repository: 'leejet/stable-diffusion.cpp'
|
repository: 'leejet/stable-diffusion.cpp'
|
||||||
ref: '${{ github.event.inputs.commit }}'
|
ref: '${{ github.event.inputs.commit }}'
|
||||||
@ -183,7 +183,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
id: checkout
|
id: checkout
|
||||||
uses: actions/checkout@v4.2.2
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
repository: 'leejet/stable-diffusion.cpp'
|
repository: 'leejet/stable-diffusion.cpp'
|
||||||
ref: '${{ github.event.inputs.commit }}'
|
ref: '${{ github.event.inputs.commit }}'
|
||||||
@ -230,7 +230,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
id: checkout
|
id: checkout
|
||||||
uses: actions/checkout@v4.2.2
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
repository: 'leejet/stable-diffusion.cpp'
|
repository: 'leejet/stable-diffusion.cpp'
|
||||||
ref: '${{ github.event.inputs.commit }}'
|
ref: '${{ github.event.inputs.commit }}'
|
||||||
@ -263,7 +263,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
id: checkout
|
id: checkout
|
||||||
uses: actions/checkout@v4.2.2
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
repository: 'leejet/stable-diffusion.cpp'
|
repository: 'leejet/stable-diffusion.cpp'
|
||||||
ref: '${{ github.event.inputs.commit }}'
|
ref: '${{ github.event.inputs.commit }}'
|
||||||
@ -304,7 +304,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
id: checkout
|
id: checkout
|
||||||
uses: actions/checkout@v4.2.2
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
repository: 'leejet/stable-diffusion.cpp'
|
repository: 'leejet/stable-diffusion.cpp'
|
||||||
ref: '${{ github.event.inputs.commit }}'
|
ref: '${{ github.event.inputs.commit }}'
|
||||||
@ -331,7 +331,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
id: checkout
|
id: checkout
|
||||||
uses: actions/checkout@v4.2.2
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
repository: 'leejet/stable-diffusion.cpp'
|
repository: 'leejet/stable-diffusion.cpp'
|
||||||
ref: '${{ github.event.inputs.commit }}'
|
ref: '${{ github.event.inputs.commit }}'
|
||||||
@ -376,10 +376,13 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- run: apt-get update && apt-get install -y git
|
- run: apt-get update && apt-get install -y git
|
||||||
- name: Clone
|
|
||||||
|
- name: Checkout
|
||||||
id: checkout
|
id: checkout
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
|
repository: 'leejet/stable-diffusion.cpp'
|
||||||
|
ref: '${{ github.event.inputs.commit }}'
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Free disk space
|
- name: Free disk space
|
||||||
@ -483,7 +486,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
id: checkout
|
id: checkout
|
||||||
uses: actions/checkout@v4.2.2
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
repository: 'leejet/stable-diffusion.cpp'
|
repository: 'leejet/stable-diffusion.cpp'
|
||||||
ref: '${{ github.event.inputs.commit }}'
|
ref: '${{ github.event.inputs.commit }}'
|
||||||
@ -523,7 +526,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
id: checkout
|
id: checkout
|
||||||
uses: actions/checkout@v4.2.2
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
id: download_artifacts
|
id: download_artifacts
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user