From f772a53dd5b04b696522798f635b7a4eaf64356e Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Wed, 22 May 2024 17:29:15 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54b0835a99..5a61f09f78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,7 +90,7 @@ jobs: -DPYTHON_INCLUDE_DIR:PATH=${{ env.pythonLocation }}/include/python3.11 \ -DPYTHON_LIBRARY:FILEPATH=${{ env.pythonLocation }}/lib/libpython3.11.so \ -DCOLLADA_SUPPORT=Off \ - "-DSCHEMA_VERSIONS=2x3;4;4x3_add2" \ + "-DSCHEMA_VERSIONS=2x3;4;4x3;4x3_add1;4x3_add2" \ -DGLTF_SUPPORT=On \ -DJSON_INCLUDE_DIR=/usr/include \ -DCGAL_INCLUDE_DIR=/usr/include \