File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -150,6 +150,19 @@ jobs:
150150 wget -q -O ~/castxml-macos-15-arm64.tar.gz https://github.com/CastXML/CastXMLSuperbuild/releases/download/v0.6.11.post1/castxml-macos-15-arm64.tar.gz
151151 tar -xzf ~/castxml-macos-15-arm64.tar.gz -C ~/
152152 chmod +x ~/castxml/bin/castxml
153+
154+ # ─── Setup CastXML for Windows ─────────────────────────────────────
155+ - name : Setup CastXML for Windows (x86_64)
156+ if : matrix.os == 'macos-15' && matrix.arch == 'x86_64'
157+ run : |
158+ wget -q -O ~/castxml-windows-2025-amd64.zip https://github.com/CastXML/CastXMLSuperbuild/releases/download/v0.6.11/castxml-windows-2025-amd64.zip
159+ unzip -q ~/castxml-windows-2025-amd64.zip -d ~/
160+
161+ - name : Setup CastXML for Windows (ARM)
162+ if : matrix.os == 'windows' && matrix.arch == 'aarch64'
163+ run : |
164+ wget -q -O ~/castxml-windows-2025-arm64.zip https://github.com/CastXML/CastXMLSuperbuild/releases/download/v0.6.11/castxml-windows-2025-arm64.zip
165+ unzip -q ~/castxml-windows-2025-arm64.zip -d ~/
153166
154167 - name : Run tests
155168 run : |
You can’t perform that action at this time.
0 commit comments