Skip to content

Commit 6440936

Browse files
committed
see if this fixes the issue with s390x.
1 parent 011763f commit 6440936

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)