From b1f5f7d62844b9f96bdc6588654e7b4cd3d506c4 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Wed, 13 Mar 2024 14:09:29 +0100 Subject: [PATCH] Update ci-py-only.yml --- .github/workflows/ci-py-only.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-py-only.yml b/.github/workflows/ci-py-only.yml index bdf1d7b951..464157d2c2 100644 --- a/.github/workflows/ci-py-only.yml +++ b/.github/workflows/ci-py-only.yml @@ -63,7 +63,7 @@ jobs: -DPYTHON_INCLUDE_DIR:PATH=/usr/include/python3.10 \ -DPYTHON_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libpython3.10.so \ -DCOLLADA_SUPPORT=Off \ - "-DSCHEMA_VERSIONS=2x3;4;4x3_add1" \ + "-DSCHEMA_VERSIONS=2x3;4;4x3_add2" \ -DBUILD_CONVERT=Off \ -DGLTF_SUPPORT=On \ -DJSON_INCLUDE_DIR=/usr/include \