We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91a68fe commit 22a1941Copy full SHA for 22a1941
.github/workflows/tests.yml
@@ -168,6 +168,12 @@ jobs:
168
tar -xzf ~/castxml-ubuntu-22.04-x86_64.tar.gz -C ~/
169
chmod +x ~/castxml/bin/castxml
170
171
+ # ─── Setup CastXML for MacOS x86_64 ──────────────────────────────
172
+ - name: Setup castxml for Mac
173
+ if: contains(matrix.os, 'macos')
174
+ run: |
175
+ wget -q -O - https://data.kitware.com/api/v1/file/hashsum/sha512/5d937e938f7b882a3a3e7941e68f8312d0898aaf2082e00003dd362b1ba70b98b0a08706a1be28e71652a6a0f1e66f89768b5eaa20e5a100592d5b3deefec3f0/download | tar zxf - -C ~/
176
+
177
- name: Run tests
178
run: |
179
export PATH=~/castxml/bin:$PATH
0 commit comments