Skip to content

Commit 42ae960

Browse files
authored
Merge pull request #360 from fastfloat/fixs390
see if this fixes the issue with s390x.
2 parents 011763f + 6440936 commit 42ae960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/s390x.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
distro: ubuntu_latest
2323
install: |
2424
apt-get update -q -y
25-
apt-get install -y cmake make g++
25+
apt-get install -y cmake make g++ git
2626
run: |
2727
cmake -DCMAKE_BUILD_TYPE=Release -B build -DFASTFLOAT_TEST=ON
2828
cmake --build build -j=2

0 commit comments

Comments
 (0)