Skip to content

Commit

Permalink
workflow debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bsrunnels committed Nov 21, 2023
1 parent e8fbce7 commit 1f007b8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Linux
on: [push, pull_request]

jobs:
blender-ubuntu-20_04:
ubuntu-20_04--blender_default:
name: Ubuntu 20.04 Default Apt Install Blender
runs-on: ubuntu-20.04
steps:
Expand All @@ -16,8 +16,7 @@ jobs:
run: make
- name: install blender plugin
run: python3 scripts/wrapper.py blender -b --python scripts/install.py --python-exit-code 1

blender-ubuntu-20_04:
ubuntu-20_04--blender_4_0:
name: Ubuntu 20.04 Blender 4.0
runs-on: ubuntu-20.04
steps:
Expand Down

0 comments on commit 1f007b8

Please sign in to comment.