alphagov / re-request-an-aws-account

:partly_sunny: An interface for requesting AWS accounts
https://request-an-aws-account.gds-reliability.engineering/
1 stars 0 forks source link

fix: Add ffi gem for x86_64-linux-musl platform #367

Closed HauwaHakimi closed 1 month ago

HauwaHakimi commented 1 month ago

Resolves bundle install failure in GitHub Actions by adding ffi (1.17.0-x86_64-linux-musl) to Gemfile.lock.

stephengrier commented 1 month ago

This is related to this issue: https://github.com/ffi/ffi/issues/1105