Skip to content

Commit 7a41ad0

Browse files
committed
Bump B4K to include potential fix for #428.
1 parent cfcd1fc commit 7a41ad0

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
@@ -12,15 +12,15 @@ jobs:
1212
cmake-arch: Win32,
1313
python-arch: x86,
1414
str: windows-x86,
15-
blender-url: "https://github.com/Hoikas/blender2.7/releases/download/blender2.79_20250208/blender-2.79.0-git20250208.106afc6db53a-windows32.zip",
15+
blender-url: "https://github.com/Hoikas/blender2.7/releases/download/blender2.79_20250209/blender-2.79.0-git20250209.0dc3b0e244e8-windows32.zip",
1616
}
1717
- {
1818
os: windows-2022,
1919
generator: Visual Studio 17 2022,
2020
cmake-arch: x64,
2121
python-arch: x64,
2222
str: windows-x64,
23-
blender-url: "https://github.com/Hoikas/blender2.7/releases/download/blender2.79_20250208/blender-2.79.0-git20250208.106afc6db53a-windows64.zip",
23+
blender-url: "https://github.com/Hoikas/blender2.7/releases/download/blender2.79_20250209/blender-2.79.0-git20250209.0dc3b0e244e8-windows64.zip",
2424
}
2525

2626
env:

0 commit comments

Comments
 (0)