Skip to content

Commit 22a1941

Browse files
committed
casxtml 0.6.11
1 parent 91a68fe commit 22a1941

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yml

+6
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,12 @@ jobs:
168168
tar -xzf ~/castxml-ubuntu-22.04-x86_64.tar.gz -C ~/
169169
chmod +x ~/castxml/bin/castxml
170170
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+
171177
- name: Run tests
172178
run: |
173179
export PATH=~/castxml/bin:$PATH

0 commit comments

Comments
 (0)