We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 011763f commit 6440936Copy full SHA for 6440936
1 file changed
.github/workflows/s390x.yml
@@ -22,7 +22,7 @@ jobs:
22
distro: ubuntu_latest
23
install: |
24
apt-get update -q -y
25
- apt-get install -y cmake make g++
+ apt-get install -y cmake make g++ git
26
run: |
27
cmake -DCMAKE_BUILD_TYPE=Release -B build -DFASTFLOAT_TEST=ON
28
cmake --build build -j=2
0 commit comments