diff --git a/.github/workflows/macos-linux-conda.yml b/.github/workflows/macos-linux-conda.yml
index 5b4d313a9dabd1610dec96037bb831430f537194..8a1d37633a40ff31daed86f93e16da95185f3b8b 100644
--- a/.github/workflows/macos-linux-conda.yml
+++ b/.github/workflows/macos-linux-conda.yml
@@ -54,15 +54,15 @@ jobs:
         make install
 
     - name: Configure hpp-fcl
-        shell: bash -l {0}
-        run: |
-          conda activate eigenpy
-          conda install -c conda-forge octomap assimp qhull
+      shell: bash -l {0}
+      run: |
+        conda activate eigenpy
+        conda install -c conda-forge octomap assimp qhull
 
-          git clone https://github.com/humanoid-path-planner/hpp-fcl.git --recursive
-          cd hpp-fcl
-          mkdir build && cd build
-          cmake .. -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX -DCMAKE_BUILD_TYPE=Release -DPYTHON_EXECUTABLE=$(which python3)
+        git clone https://github.com/humanoid-path-planner/hpp-fcl.git --recursive
+        cd hpp-fcl
+        mkdir build && cd build
+        cmake .. -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX -DCMAKE_BUILD_TYPE=Release -DPYTHON_EXECUTABLE=$(which python3)
 
     - name: Uninstall EigenPy
       shell: bash -l {0}