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 5a43a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_maixcam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ 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 "--------------------------------"
Expand Down

0 comments on commit 5a43a2d

Please sign in to comment.