From 6440936afb5c0bd8dd1e9c88d2f35b3e185a4865 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Thu, 1 Jan 2026 17:49:15 -0500 Subject: [PATCH] see if this fixes the issue with s390x. --- .github/workflows/s390x.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/s390x.yml b/.github/workflows/s390x.yml index 91918f35..0bc90d98 100644 --- a/.github/workflows/s390x.yml +++ b/.github/workflows/s390x.yml @@ -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