From c91d0d12ff03194aa5dbf755b3787a27fa25403e Mon Sep 17 00:00:00 2001 From: Michka Popoff Date: Fri, 22 Nov 2024 22:26:07 +0100 Subject: [PATCH] CI: update castxml version --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3c68ef7a..84212722 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -94,11 +94,11 @@ jobs: - name: Setup castxml for Linux if: matrix.os == 'ubuntu-20.04' && matrix.castxml == 'castxml' run: | - wget -q -O - https://data.kitware.com/api/v1/file/hashsum/sha512/bdbb67a10c5f8d1b738cd19cb074f409d4803e8077cb8c1072ef4eaf738fa871a73643f9c8282d58cae28d188df842c82ad6620b6d590b0396a0172a27438dce/download | tar zxf - -C ~/ + wget -q -O - https://github.com/CastXML/CastXMLSuperbuild/releases/download/v0.6.5/castxml-linux.tar.gz | tar zxf - -C ~/ - name: Setup castxml for Mac if: matrix.os == 'macos-12' run: | - wget -q -O - https://data.kitware.com/api/v1/file/hashsum/sha512/5d937e938f7b882a3a3e7941e68f8312d0898aaf2082e00003dd362b1ba70b98b0a08706a1be28e71652a6a0f1e66f89768b5eaa20e5a100592d5b3deefec3f0/download | tar zxf - -C ~/ + wget -q -O - https://github.com/CastXML/CastXMLSuperbuild/releases/download/v0.6.5/castxml-macosx.tar.gz | tar zxf - -C ~/ - name: Run tests run: | export PATH=~/castxml/bin:$PATH