From 41417a77b9d58c7f0a4a550a391c3e60c76b05ac Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Sun, 12 Mar 2023 10:06:29 +0100 Subject: [PATCH] Update ci-py-only.yml --- .github/workflows/ci-py-only.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-py-only.yml b/.github/workflows/ci-py-only.yml index 27748a19de..ee4af80f3d 100644 --- a/.github/workflows/ci-py-only.yml +++ b/.github/workflows/ci-py-only.yml @@ -46,6 +46,8 @@ jobs: - name: ccache uses: hendrikmuhs/ccache-action@v1 + with: + key: ${GITHUB_WORKFLOW} - name: Build ifcopenshell run: | @@ -62,7 +64,7 @@ jobs: -DPYTHON_INCLUDE_DIR:PATH=/usr/include/python3.8 \ -DPYTHON_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libpython3.8.so \ -DCOLLADA_SUPPORT=Off \ - "-DSCHEMA_VERSIONS=2x3;4" \ + "-DSCHEMA_VERSIONS=2x3;4;4x3_add1" \ -DBUILD_CONVERT=Off \ -DGLTF_SUPPORT=On \ -DJSON_INCLUDE_DIR=/usr/include \