We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcef47e commit c937acaCopy full SHA for c937aca
.github/workflows/release.yml
@@ -100,7 +100,7 @@ jobs:
100
run: python setup.py build_rust --inplace --release
101
- name: Install Blender
102
run: |
103
- dnf install -y wget libXi
+ dnf install -y wget libXi libxkbcommon-x11
104
wget https://download.blender.org/release/Blender4.2/blender-4.2.3-linux-x64.tar.xz
105
tar -xf blender-4.2.3-linux-x64.tar.xz
106
echo "$PWD/blender-4.2.3-linux-x64" >> $GITHUB_PATH
0 commit comments