see if this fixes the issue with s390x.

This commit is contained in:
Daniel Lemire 2026-01-01 17:49:15 -05:00
parent 011763f31c
commit 6440936afb

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