Browse Source

Bump B4K to include potential fix for #428.

master
Adam Johnson 7 days ago
parent
commit
7a41ad0d47
Signed by: Hoikas
GPG Key ID: 0B6515D6FF6F271E
  1. 4
      .github/workflows/ci_build.yml

4
.github/workflows/ci_build.yml

@ -12,7 +12,7 @@ jobs:
cmake-arch: Win32,
python-arch: x86,
str: windows-x86,
blender-url: "https://github.com/Hoikas/blender2.7/releases/download/blender2.79_20250208/blender-2.79.0-git20250208.106afc6db53a-windows32.zip",
blender-url: "https://github.com/Hoikas/blender2.7/releases/download/blender2.79_20250209/blender-2.79.0-git20250209.0dc3b0e244e8-windows32.zip",
}
- {
os: windows-2022,
@ -20,7 +20,7 @@ jobs:
cmake-arch: x64,
python-arch: x64,
str: windows-x64,
blender-url: "https://github.com/Hoikas/blender2.7/releases/download/blender2.79_20250208/blender-2.79.0-git20250208.106afc6db53a-windows64.zip",
blender-url: "https://github.com/Hoikas/blender2.7/releases/download/blender2.79_20250209/blender-2.79.0-git20250209.0dc3b0e244e8-windows64.zip",
}
env:

Loading…
Cancel
Save