You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): use glob path for macOS ONNX Runtime dylib copy
BSD tar on macOS runners does not strip the nested directory with
--strip-components=1 the same way GNU tar does. Skip stripping for
darwin and use a glob pattern to find the dylib inside the versioned
directory name.
0 commit comments