Skip to content

Commit 0ef9064

Browse files
authored
[CI] Update Blender Linux version to 5.2.0 (#22643)
Whoops, I updated Windows but forgot Linux. CI run here: https://github.com/intel/llvm/actions/runs/29426609428/job/87402884810 Signed-off-by: Nick Sarnie <nick.sarnie@intel.com>
1 parent aa0e407 commit 0ef9064

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

devops/scripts/download_blender.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -o pipefail
66

77
apt update && apt install -yqq git-lfs
88

9-
git clone -b v5.1.0 https://projects.blender.org/blender/blender.git
9+
git clone -b v5.2.0 https://projects.blender.org/blender/blender.git
1010
cd blender
1111
make update
1212
rm -rf .git

0 commit comments

Comments
 (0)