Skip to content

Commit

Permalink
DART v6.13.2 since >=6.14 does not install dartpy from sources
Browse files Browse the repository at this point in the history
  • Loading branch information
costashatz committed Sep 17, 2024
1 parent cb7505b commit d31f09c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.14.5"]
dart_tag: ["v6.13.2"]
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.14.5"]
dart_tag: ["v6.13.2"]
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.14.5
DART_TAG=v6.13.2
SUDOCMD=sudo

PREFIX=${1:-$PREFIX}
Expand Down

0 comments on commit d31f09c

Please sign in to comment.