From dab59133a2faef5604b4fac3c092cac39b00c27f Mon Sep 17 00:00:00 2001 From: Madelyn Olson Date: Thu, 21 Nov 2024 21:12:58 -0800 Subject: [PATCH] Fixed whitespace Signed-off-by: Madelyn Olson --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c37bca1b1..7be44e5d06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -141,9 +141,9 @@ jobs: # suffixed version of g++. g++-multilib generally includes libstdc++. # *cross version as well, but it is also added explicitly just in case. run: | - sudo apt-get update - sudo apt-get install libc6-dev-i386 libstdc++-11-dev-i386-cross gcc-multilib g++-multilib - make -j4 SERVER_CFLAGS='-Werror' 32bit USE_FAST_FLOAT=yes + sudo apt-get update + sudo apt-get install libc6-dev-i386 libstdc++-11-dev-i386-cross gcc-multilib g++-multilib + make -j4 SERVER_CFLAGS='-Werror' 32bit USE_FAST_FLOAT=yes build-libc-malloc: runs-on: ubuntu-latest