Skip to content

Commit

Permalink
change python3 requirement for 22.02
Browse files Browse the repository at this point in the history
  • Loading branch information
bsrunnels committed Dec 15, 2023
1 parent d860950 commit 369c91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: installing preliminaries
run: sudo apt install python3.8 libegl1 libopengl0
run: sudo apt install python3 libegl1 libopengl0
- name: install blender 4.0 from snap
run: sudo snap install blender --channel=4.0/stable --classic
- name: package add-on
Expand Down

0 comments on commit 369c91f

Please sign in to comment.