fix: Try fixing problem with ARM processor
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jim Martens 2024-04-21 17:03:41 +02:00
parent 03dd21edce
commit 8d57025551
Signed by: 2martens
GPG Key ID: 47393ABD1F96B7C8
1 changed files with 1 additions and 0 deletions

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