Skip to content

Commit

Permalink
Latest DART for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
costashatz committed Sep 16, 2024
1 parent 47f0b84 commit 2497b5a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
build_python: [ON]
compiler: [gcc, clang]
magnum_gui: [ON, OFF]
dart_tag: ["v6.13.2"]
dart_tag: ["v6.14.5"]
env:
COMPILER: ${{ matrix.compiler }}
BUILD_TYPE: ${{ matrix.build_type }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_linux_dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
build_type: [Release]
build_python: [ON]
compiler: [gcc, clang]
dart_tag: ["v6.13.2"]
dart_tag: ["v6.14.5"]
env:
COMPILER: ${{ matrix.compiler }}
BUILD_TYPE: ${{ matrix.build_type }}
Expand Down
2 changes: 1 addition & 1 deletion ci/install_dart_latest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fi

PREFIX=/usr
DEPS_FOLDER=~/.deps
DART_TAG=v6.13.2
DART_TAG=v6.14.5
SUDOCMD=sudo

PREFIX=${1:-$PREFIX}
Expand Down
2 changes: 1 addition & 1 deletion scripts/install_osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ then
git clone https://github.com/dartsim/dart.git
fi
cd dart
git checkout tags/v6.13.2
git checkout tags/v6.14.5
if [ -d "build" ] # In case of a previous attempt that has not been cleaned
then
sudo rm -rf build
Expand Down

0 comments on commit 2497b5a

Please sign in to comment.