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