Skip to content

Commit d31f09c

Browse files
committed
DART v6.13.2 since >=6.14 does not install dartpy from sources
1 parent cb7505b commit d31f09c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci_linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
build_python: [ON]
5050
compiler: [gcc, clang]
5151
magnum_gui: [ON, OFF]
52-
dart_tag: ["v6.14.5"]
52+
dart_tag: ["v6.13.2"]
5353
env:
5454
COMPILER: ${{ matrix.compiler }}
5555
BUILD_TYPE: ${{ matrix.build_type }}

.github/workflows/ci_linux_dart.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
build_type: [Release]
1919
build_python: [ON]
2020
compiler: [gcc, clang]
21-
dart_tag: ["v6.14.5"]
21+
dart_tag: ["v6.13.2"]
2222
env:
2323
COMPILER: ${{ matrix.compiler }}
2424
BUILD_TYPE: ${{ matrix.build_type }}

ci/install_dart_latest.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fi
1010

1111
PREFIX=/usr
1212
DEPS_FOLDER=~/.deps
13-
DART_TAG=v6.14.5
13+
DART_TAG=v6.13.2
1414
SUDOCMD=sudo
1515

1616
PREFIX=${1:-$PREFIX}

0 commit comments

Comments
 (0)