From 0d1952ac16d62c6a2fa6b1f4075fcb163c04e3bb Mon Sep 17 00:00:00 2001 From: Konstantinos Chatzilygeroudis Date: Wed, 1 May 2024 13:26:13 +0300 Subject: [PATCH] Fix CI Ubuntu --- .github/workflows/ci_linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_linux.yml b/.github/workflows/ci_linux.yml index 18b96f76..d6159ae9 100644 --- a/.github/workflows/ci_linux.yml +++ b/.github/workflows/ci_linux.yml @@ -71,7 +71,7 @@ jobs: key: dart-${{ matrix.dart_tag }}-${{ matrix.compiler }}-py3_${{ matrix.build_python }}-${{ matrix.os }} - name: Build DART if: steps.cache-dart.outputs.cache-hit != 'true' - run: ${{github.workspace}}/ci/install_dart_latest.sh + run: ${{github.workspace}}/ci/install_dart_latest.sh /home/runner/.dart_install ~/.deps $DART_TAG - name: Build Magnum run: if [ "$MAGNUM_GUI" = "ON" ]; then ${{github.workspace}}/ci/install_magnum.sh ; fi - name: Build robot_dart