From 8f038e23a9153b3e7fb31924c909ccd7ace2024f Mon Sep 17 00:00:00 2001 From: ry05k2ulv Date: Mon, 21 Oct 2024 21:21:38 +0900 Subject: [PATCH] =?UTF-8?q?blender=20=E5=AE=9F=E8=A1=8C=E3=81=AB=20sudo=20?= =?UTF-8?q?=E3=82=92=E3=81=A4=E3=81=91=E3=81=A6=E3=81=BF=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 86ec5a7..ae74f82 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -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: |