Skip to content

Commit a940961

Browse files
authored
Update tests.yml
1 parent fcaa07f commit a940961

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,11 @@ jobs:
203203
pip install '.[test]'
204204
- name: Run pycodestyle
205205
run: pycodestyle . --exclude=docs
206-
- name: Setup castxml for Linux
206+
- name: Setup castxml for Linux x86_64
207207
if: (matrix.os == 'ubuntu-24.04' || matrix.os == 'ubuntu-22.04' || matrix.os == 'ubuntu-20.04')) && matrix.castxml == 'castxml'
208208
run: |
209209
wget -q -O - https://github.com/CastXML/CastXMLSuperbuild/releases/download/v0.6.10/castxml-linux.tar.gz | tar zxf - -C ~/
210+
- name: Setup castxml for Linux ARM64/AARCH64
210211
if: (matrix.os == 'ubuntu-24.04-arm' || matrix.os == 'ubuntu-22.04-arm')) && matrix.castxml == 'castxml'
211212
run: |
212213
wget -q -O - https://github.com/CastXML/CastXMLSuperbuild/releases/download/v0.6.10/castxml-linux-aarch64.tar.gz | tar zxf - -C ~/

0 commit comments

Comments
 (0)