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 9d4329e commit d95b037
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci/install_dart_latest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ cd $CI_HOME
# Hack for dartpy installation
python_file=/usr/lib/python3/dist-packages/dartpy.cpython-310-x86_64-linux-gnu.so
if [ -f "$python_file" ]; then
cp $python_file ${PREFIX}/$python_dist_dir
sudo cp $python_file ${PREFIX}/$python_dist_dir
fi

else
Expand Down
2 changes: 2 additions & 0 deletions ci/install_magnum.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ PREFIX=${1:-$PREFIX}
DEPS_FOLDER=${2:-$DEPS_FOLDER}
SUDOCMD=${3:-$SUDOCMD}

eval SUDOCMD="${SUDOCMD}"

unameOut="$(uname -s)"
case "${unameOut}" in
Linux*) machine=Linux;;
Expand Down

0 comments on commit d95b037

Please sign in to comment.