Skip to content

Commit

Permalink
Bump B4K to include refcounting fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoikas committed Feb 9, 2025
1 parent 20adf17 commit 2f0e737
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
cmake-arch: Win32,
python-arch: x86,
str: windows-x86,
blender-url: "https://github.com/Hoikas/blender2.7/releases/download/blender2.79_20221113/blender-2.79.0-git20221114.f970f178c093-windows32.zip",
blender-url: "https://github.com/Hoikas/blender2.7/releases/download/blender2.79_20250208/blender-2.79.0-git20250208.106afc6db53a-windows32.zip",
}
- {
os: windows-2022,
generator: Visual Studio 17 2022,
cmake-arch: x64,
python-arch: x64,
str: windows-x64,
blender-url: "https://github.com/Hoikas/blender2.7/releases/download/blender2.79_20221113/blender-2.79.0-git20221114.f970f178c093-windows64.zip",
blender-url: "https://github.com/Hoikas/blender2.7/releases/download/blender2.79_20250208/blender-2.79.0-git20250208.106afc6db53a-windows64.zip",
}

env:
Expand Down

0 comments on commit 2f0e737

Please sign in to comment.