Merge pull request #360 from fastfloat/fixs390

see if this fixes the issue with s390x.
This commit is contained in:
Daniel Lemire 2026-01-01 18:35:53 -05:00 committed by GitHub
commit 42ae960d95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ jobs:
distro: ubuntu_latest
install: |
apt-get update -q -y
apt-get install -y cmake make g++
apt-get install -y cmake make g++ git
run: |
cmake -DCMAKE_BUILD_TYPE=Release -B build -DFASTFLOAT_TEST=ON
cmake --build build -j=2