fix: Try fixing problem with ARM processor
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-04-21 17:03:41 +02:00
parent 03dd21edce
commit 8d57025551

View File

@ -31,6 +31,7 @@ steps:
commands:
- export LANG="C.UTF-8"
- export LC_ALL="C.UTF-8"
- export CPPFLAGS="-DPNG_ARM_NEON_OPT=0"
- ruby -e 'puts STDIN.external_encoding' # figure out the encoding used
- gem install bundler
- bundle update --bundler