Skip to content

Commit

Permalink
Updated CI workflow dependencies
Browse files Browse the repository at this point in the history
The CI workflow has been updated to install operating system dependencies. The change specifically targets the installation of Python3 and Blender.
  • Loading branch information
fire committed Jun 21, 2024
1 parent 89ce4f3 commit ce6f69e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Install dependencies
- name: Install operating system dependencies
run: |
sudo apt install -y python3 blender
Expand Down

0 comments on commit ce6f69e

Please sign in to comment.