From 8f061530e872f29f6b57de96c3c6cfe40b75a415 Mon Sep 17 00:00:00 2001 From: nutti Date: Sat, 1 Jun 2024 17:45:28 +0900 Subject: [PATCH] Remove: Access to the Blender internal data and 'Get Event Aggressively' option --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 804fa46..0e2035e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,9 @@ jobs: fail-fast: false matrix: blender_version: - [] + [ + "4.2", + ] steps: - name: Checkout repo uses: actions/checkout@v2