CI: mark hdf5 as inaccessible on macOS with config-tool instead of pkg-config

It is broken with the cmake build. With the previous commit, it now
shows the former as UNEXSKIP instead of ERROR.
This commit is contained in:
Eli Schwartz 2024-01-31 23:12:30 -05:00
parent f5da446bb9
commit b50dd0607d
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
"matrix": {
"options": {
"method": [
{ "val": "pkg-config", "skip_on_jobname": ["macos"] },
{ "val": "config-tool" }
{ "val": "pkg-config" },
{ "val": "config-tool", "skip_on_jobname": ["macos"] }
]
}
},