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 28ba043 commit 0e0a83c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build_maixcam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
echo "-- Build MaixPy for Linux now --"
echo "--------------------------------"
sudo apt update -y
sudo apt install -y libopencv-dev libopencv-contrib-dev libsdl2-dev
sudo apt install -y libopencv-dev libopencv-contrib-dev libsdl2-dev cmake
cmake --version
python setup.py bdist_wheel linux
echo "----------------------------------"
echo "-- Build MaixPy for MaixCAM now --"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MaixPy
MaixPy (v4)
======

<div align="center">
Expand All @@ -7,7 +7,7 @@ MaixPy

**Let's Sipeed up, Maximize AI's power!**

**MaixPy**: Easily create AI projects with Python on edge device
**MaixPy** (v4): Easily create AI projects with Python on edge device

<h3>
<a href="https://wiki.sipeed.com/maixpy/doc/en/index.html"> Quick Start </a> |
Expand Down
4 changes: 2 additions & 2 deletions README_ZH.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MaixPy
MaixPy (v4)
======

<div align="center">
Expand All @@ -7,7 +7,7 @@ MaixPy

**Let's Sipeed up, Maximize AI's power!**

**MaixPy**: 快速落地 AI 视觉、听觉应用
**MaixPy** (v4): 快速落地 AI 视觉、听觉应用

<h3>
<a href="https://wiki.sipeed.com/maixpy/doc/index.html"> 快速开始 </a> |
Expand Down

0 comments on commit 0e0a83c

Please sign in to comment.