File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 2
2
#
3
3
# SPDX-License-Identifier: GPL-3.0-or-later
4
4
5
- name : Blender Test 4.2, 4.3, 4.4
5
+ name : Blender 4.2.0
6
6
description : |
7
- This workflow tests the Blender extension for multiple camera rendering
8
- across different Blender versions.
7
+ This workflow tests the Blender extension for multiple camera rendering.
9
8
10
9
on :
11
10
push :
17
16
test-addon :
18
17
runs-on : ubuntu-latest
19
18
20
- strategy :
21
- matrix :
22
- blender_version : ["4.2.0", "4.3.0", "4.4.0"]
23
-
24
19
env :
25
- BLENDER_VERSION : ${{ matrix.blender_version }}
20
+ BLENDER_VERSION : " 4.2.0 "
26
21
BLENDER_DIR : " ${{ github.workspace }}/blender"
27
22
28
23
steps :
34
29
uses : actions/cache@v4
35
30
with :
36
31
path : ${{ env.BLENDER_DIR }}
37
- key : blender-${{ matrix.blender_version }}
32
+ key : blender-${{ env.BLENDER_VERSION }}
38
33
39
34
- name : Download Blender if not cached
40
35
if : steps.cache-blender.outputs.cache-hit != 'true'
You can’t perform that action at this time.
0 commit comments