Skip to content

Commit

Permalink
add extra check to osx-arm64-cross-compile CI job (#38)
Browse files Browse the repository at this point in the history
ensure that it ACTUALLY compiled an arm64 binary
  • Loading branch information
graebm committed May 19, 2022
1 parent 4292f1b commit 5119036
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -105,3 +105,4 @@ jobs:
run: |
bundle install
bundle exec rake "gem:aws-crt:platform[arm64]"
test `lipo gems/aws-crt/bin/arm64/libaws-crt-ffi.dylib -archs` = "arm64"

0 comments on commit 5119036

Please sign in to comment.