Skip to content

Commit 84cdd43

Browse files
authored
fix typo
1 parent a940961 commit 84cdd43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)