Skip to content

Commit

Permalink
Minor ci
Browse files Browse the repository at this point in the history
  • Loading branch information
costashatz committed Jul 19, 2023
1 parent fde4b92 commit 2fee994
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
- name: Build robot_dart
run: |
python_dist_dir=$(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(plat_specific=True, prefix=''))")
echo $python_dist_dir
export PYTHONPATH=/home/runner/.dart_install/$python_dist_dir
if [ "$COMPILER" = "gcc" ]; then
export CC=/usr/bin/gcc && export CXX=/usr/bin/g++
Expand Down

0 comments on commit 2fee994

Please sign in to comment.