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 @@ -211,14 +211,14 @@ jobs:
211
211
- name : Setup CastXML for Linux aarch64 (Ubuntu 24.04)
212
212
if : matrix.os == 'ubuntu-24.04-arm' && matrix.arch == 'aarch64'
213
213
run : |
214
- wget -q -O ~/castxml-ubuntu-24.04-arm-aarch64.tar.gz https://github.com/CastXML/CastXMLSuperbuild/releases/download/v0.6.11.post1 /castxml-ubuntu-24.04-arm-aarch64.tar.gz
214
+ wget -q -O ~/castxml-ubuntu-24.04-arm-aarch64.tar.gz https://github.com/CastXML/CastXMLSuperbuild/releases/download/v0.6.11.post2 /castxml-ubuntu-24.04-arm-aarch64.tar.gz
215
215
tar -xzf ~/castxml-ubuntu-24.04-arm-aarch64.tar.gz -C ~/
216
216
chmod +x ~/castxml/bin/castxml
217
217
218
218
- name : Setup CastXML for Linux aarch64 (Ubuntu 22.04)
219
219
if : matrix.os == 'ubuntu-22.04-arm' && matrix.arch == 'aarch64'
220
220
run : |
221
- wget -q -O ~/castxml-ubuntu-22.04-arm-aarch64.tar.gz https://github.com/CastXML/CastXMLSuperbuild/releases/download/v0.6.11.post1 /castxml-ubuntu-22.04-arm-aarch64.tar.gz
221
+ wget -q -O ~/castxml-ubuntu-22.04-arm-aarch64.tar.gz https://github.com/CastXML/CastXMLSuperbuild/releases/download/v0.6.11.post2 /castxml-ubuntu-22.04-arm-aarch64.tar.gz
222
222
tar -xzf ~/castxml-ubuntu-22.04-arm-aarch64.tar.gz -C ~/
223
223
chmod +x ~/castxml/bin/castxml
224
224
You can’t perform that action at this time.
0 commit comments