File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -204,11 +204,11 @@ jobs:
204204 - name : Run pycodestyle
205205 run : pycodestyle . --exclude=docs
206206 - name : Setup castxml for Linux x86_64
207- if : (matrix.os == 'ubuntu-24.04' || matrix.os == 'ubuntu-22.04' || matrix.os == 'ubuntu-20.04')) && matrix.castxml == 'castxml'
207+ 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 ~/
210210 - name : Setup castxml for Linux ARM64/AARCH64
211- if : (matrix.os == 'ubuntu-24.04-arm' || matrix.os == 'ubuntu-22.04-arm')) && matrix.castxml == 'castxml'
211+ if : (matrix.os == 'ubuntu-24.04-arm' || matrix.os == 'ubuntu-22.04-arm') && matrix.castxml == 'castxml'
212212 run : |
213213 wget -q -O - https://github.com/CastXML/CastXMLSuperbuild/releases/download/v0.6.10/castxml-linux-aarch64.tar.gz | tar zxf - -C ~/
214214 - name : Setup castxml for Mac
You can’t perform that action at this time.
0 commit comments