Skip to content

Commit a0d94e7

Browse files
committed
Bump Blender build to fix problems with undo.
1 parent 2621deb commit a0d94e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
generator: Visual Studio 17 2022,
1212
arch: Win32,
1313
str: windows-x86,
14-
blender-url: "https://github.com/Hoikas/blender2.7/releases/download/blender2.79_20220402/blender-2.79.0-git20220402.e12c4a607a5e-windows32.zip",
14+
blender-url: "https://github.com/Hoikas/blender2.7/releases/download/blender2.79_20220528/blender-2.79.0-git20220528.f2969d58b0dc-windows32.zip",
1515
}
1616
- {
1717
os: windows-2022,
1818
generator: Visual Studio 17 2022,
1919
arch: x64,
2020
str: windows-x64,
21-
blender-url: "https://github.com/Hoikas/blender2.7/releases/download/blender2.79_20220402/blender-2.79.0-git20220402.e12c4a607a5e-windows64.zip",
21+
blender-url: "https://github.com/Hoikas/blender2.7/releases/download/blender2.79_20220528/blender-2.79.0-git20220528.f2969d58b0dc-windows64.zip",
2222
}
2323

2424
env:

0 commit comments

Comments
 (0)