Skip to content

now that action is properly failing, try again with the error fixed #16

now that action is properly failing, try again with the error fixed

now that action is properly failing, try again with the error fixed #16

Workflow file for this run

name: Linux
on: [push, pull_request]
jobs:
blender-ubuntu-20_04:
name: Ubuntu 20.04 Default Blender
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: installing preliminaries
run: sudo apt install blender python3
- name: package add-on
run: make
- name: install blender plugin
run: python3 scripts/wrapper.py blender -b --python scripts/install.py --python-exit-code 1