Skip to content

Commit c937aca

Browse files
committed
Add libxkbcommon-x11 dependency for Blender installation in linux release workflow
1 parent fcef47e commit c937aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
run: python setup.py build_rust --inplace --release
101101
- name: Install Blender
102102
run: |
103-
dnf install -y wget libXi
103+
dnf install -y wget libXi libxkbcommon-x11
104104
wget https://download.blender.org/release/Blender4.2/blender-4.2.3-linux-x64.tar.xz
105105
tar -xf blender-4.2.3-linux-x64.tar.xz
106106
echo "$PWD/blender-4.2.3-linux-x64" >> $GITHUB_PATH

0 commit comments

Comments
 (0)