Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutree committed May 10, 2024
1 parent fca9ab6 commit 15eeda6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_maixcam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,12 @@ jobs:
cd $pwd_path
python -m pip install -U pip setuptools
python -m pip install -r $MAIXCDK_PATH/requirements.txt
python -m pip install pybind11-stubgen
echo "--------------------------------"
echo "-- Build MaixPy for Linux now --"
echo "--------------------------------"
sudo apt update -y
sudo apt install -y libopencv-dev libopencv-contrib-dev
sudo apt install -y libopencv-dev libopencv-contrib-dev libsdl2-dev
python setup.py bdist_wheel linux
echo "----------------------------------"
echo "-- Build MaixPy for MaixCAM now --"
Expand Down

0 comments on commit 15eeda6

Please sign in to comment.