Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutree committed Jul 10, 2024
1 parent ccb713d commit d5ebae4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_maixcam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
echo "-- Build MaixPy for Linux now --"
echo "--------------------------------"
sudo apt update -y
sudo apt install -y libopencv-dev libopencv-contrib-dev libsdl2-dev cmake
sudo apt install -y libopencv-dev libopencv-contrib-dev libsdl2-dev cmake libfuse-dev
cmake --version
python setup.py bdist_wheel linux
echo "--------------------------------"
Expand Down
2 changes: 1 addition & 1 deletion maix/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

version_major = 4
version_minor = 4
version_patch = 6
version_patch = 7

__version__ = "{}.{}.{}".format(version_major, version_minor, version_patch)

0 comments on commit d5ebae4

Please sign in to comment.