Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutree committed Apr 25, 2024
1 parent 4af1a32 commit 952bc2e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_maixcam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,12 @@ jobs:
export MAIXCDK_PATH=`pwd`/MaixCDK
cd $pwd_path
python -m pip install -U pip setuptools
python -m pip install -r MaixCDK/requirements.txt
python -m pip install -r $MAIXCDK_PATH/requirements.txt
echo "--------------------------------"
echo "-- Build MaixPy for Linux now --"
echo "--------------------------------"
sudo apt update -y
sudo apt install -y libopencv-dev libopencv-contrib-dev
python setup.py bdist_wheel linux
echo "----------------------------------"
echo "-- Build MaixPy for MaixCAM now --"
Expand Down

0 comments on commit 952bc2e

Please sign in to comment.