File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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 ~/
You can’t perform that action at this time.
0 commit comments