Skip to content

Commit

Permalink
CI: update to blender 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj authored Nov 8, 2023
1 parent cc892f5 commit cf0dcda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches: [master]
jobs:
linux:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Install Dependencies
run: |
Expand All @@ -15,8 +15,8 @@ jobs:
- uses: actions/checkout@v2
- name: Test
run: |
mkdir -p ~/.config/blender/2.82/scripts/addons/
ln -s `pwd`/io_ogre ~/.config/blender/2.82/scripts/addons/
mkdir -p ~/.config/blender/3.0/scripts/addons/
ln -s `pwd`/io_ogre ~/.config/blender/3.0/scripts/addons/
blender examples/armature-test.blend -b --python test/run.py
# verify that files were created
test -f test.scene
Expand Down

0 comments on commit cf0dcda

Please sign in to comment.