now that action is properly failing, try again with the error fixed #16
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |