mirror of
https://github.com/fastfloat/fast_float.git
synced 2026-02-05 17:29:57 +08:00
see if this fixes the issue with s390x.
This commit is contained in:
parent
011763f31c
commit
6440936afb
2
.github/workflows/s390x.yml
vendored
2
.github/workflows/s390x.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user