Skip to content

Commit

Permalink
Fix CI Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
costashatz committed May 1, 2024
1 parent 0d1952a commit 9d4329e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/install_dart_latest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ DEPS_FOLDER=${2:-$DEPS_FOLDER}
DART_TAG=${3:-$DART_TAG}
SUDOCMD=${4:-$SUDOCMD}

eval SUDOCMD="${SUDOCMD}"

python_dist_dir=$(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(plat_specific=True, prefix=''))")
${SUDOCMD} mkdir -p ${PREFIX}/$python_dist_dir

Expand Down

0 comments on commit 9d4329e

Please sign in to comment.