mirror of
https://github.com/fastfloat/fast_float.git
synced 2026-02-07 02:09:52 +08:00
Merge pull request #360 from fastfloat/fixs390
see if this fixes the issue with s390x.
This commit is contained in:
commit
42ae960d95
2
.github/workflows/s390x.yml
vendored
2
.github/workflows/s390x.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
distro: ubuntu_latest
|
distro: ubuntu_latest
|
||||||
install: |
|
install: |
|
||||||
apt-get update -q -y
|
apt-get update -q -y
|
||||||
apt-get install -y cmake make g++
|
apt-get install -y cmake make g++ git
|
||||||
run: |
|
run: |
|
||||||
cmake -DCMAKE_BUILD_TYPE=Release -B build -DFASTFLOAT_TEST=ON
|
cmake -DCMAKE_BUILD_TYPE=Release -B build -DFASTFLOAT_TEST=ON
|
||||||
cmake --build build -j=2
|
cmake --build build -j=2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user