From 551fe4748a20640b93a7be78bc36dcd527e6fd15 Mon Sep 17 00:00:00 2001 From: Konstantinos Chatzilygeroudis Date: Thu, 1 Feb 2024 21:39:56 +0200 Subject: [PATCH] Forgotten command --- .github/workflows/ci_linux.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci_linux.yml b/.github/workflows/ci_linux.yml index f008e416..bb0c90a5 100644 --- a/.github/workflows/ci_linux.yml +++ b/.github/workflows/ci_linux.yml @@ -46,9 +46,6 @@ jobs: - name: Build DART if: steps.cache-dart.outputs.cache-hit != 'true' run: ${{github.workspace}}/ci/install_dart_latest.sh - - name: Build pybind11 - if: steps.cache-dart.outputs.cache-hit == 'true' - run: ${{github.workspace}}/ci/install_pybind11.sh - name: Build Magnum run: if [ "$MAGNUM_GUI" = "ON" ]; then ${{github.workspace}}/ci/install_magnum.sh ; fi - name: Build robot_dart