File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5353 path : .\build\bin\Release\stable-diffusion.dll
5454
5555 windows-cuda12 :
56- runs-on : windows-2019
56+ runs-on : windows-latest
5757
5858 steps :
5959 - name : Checkout
9999 run : |
100100 mkdir build
101101 cd build
102- call "C:\Program Files (x86)\Microsoft Visual Studio\2019 \Enterprise\VC\Auxiliary\Build\vcvars64.bat"
102+ call "C:\Program Files (x86)\Microsoft Visual Studio\2022 \Enterprise\VC\Auxiliary\Build\vcvars64.bat"
103103 cmake .. -DSD_CUDA=ON -DCMAKE_CUDA_ARCHITECTURES="61;75;80;89;90" -DSD_BUILD_SHARED_LIBS=ON
104104 cmake --build . --config Release
105105
@@ -111,7 +111,7 @@ jobs:
111111 path : .\build\bin\Release\stable-diffusion.dll
112112
113113 windows-cuda11 :
114- runs-on : windows-2019
114+ runs-on : windows-latest
115115
116116 steps :
117117 - name : Checkout
@@ -157,7 +157,7 @@ jobs:
157157 run : |
158158 mkdir build
159159 cd build
160- call "C:\Program Files (x86)\Microsoft Visual Studio\2019 \Enterprise\VC\Auxiliary\Build\vcvars64.bat"
160+ call "C:\Program Files (x86)\Microsoft Visual Studio\2022 \Enterprise\VC\Auxiliary\Build\vcvars64.bat"
161161 cmake .. -DSD_CUDA=ON -DCMAKE_CUDA_ARCHITECTURES="61;75;80;89;90" -DSD_BUILD_SHARED_LIBS=ON -DCMAKE_CUDA_FLAGS="-allow-unsupported-compiler"
162162 cmake --build . --config Release
163163
You can’t perform that action at this time.
0 commit comments