Skip to content

Commit

Permalink
ci: output archive info
Browse files Browse the repository at this point in the history
  • Loading branch information
Johennes committed Dec 20, 2024
1 parent cdf001e commit 58190a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
export CARGO_FEATURE_NO_NEON=1
yarn ubrn:clean
yarn ubrn:checkout
yarn ubrn:ios
yarn ubrn:ios || find rust_modules -name "*.a" -exec echo -e '\n{}' \; -exec file "{}" \; -exec lipo -info "{}" \;
# Free up space for subsequent steps
rm -rf rust_modules
Expand Down

0 comments on commit 58190a8

Please sign in to comment.