Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbasnett authored Jun 9, 2024
1 parent 810fe2f commit 6205c19
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
- name: Download Blender
run: |
wget $BLENDER_URL
tar -xvzf $BLENDER_FILENAME
tar -xf $BLENDER_FILENAME
rm -rf $BLENDER_FILENAME
ls
./$BLENDER_FILENAME/blender -version
- uses: actions/checkout@v3

0 comments on commit 6205c19

Please sign in to comment.