Setup Blender
ActionsTags
(1)This action downloads and installs blender
on to the system PATH
See action.yml
steps:
- uses: actions/checkout@v4
- uses: moguri/setup-blender@v1
with:
blender-version: '3.6'
- run: blender --version
Setup Blender is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.