Skip to content

Commit

Permalink
blender 実行に sudo をつけてみる
Browse files Browse the repository at this point in the history
  • Loading branch information
nrysk committed Oct 21, 2024
1 parent d983929 commit 8f038e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: sudo apt-get install -y blender

- name: Generate Picture
run: blender --background --threads 0 -noaudio --python add.py
run: sudo blender --background --threads 0 -noaudio --python add.py

- name: Commit and push to output branch
run: |
Expand Down

0 comments on commit 8f038e2

Please sign in to comment.