Skip to content

Commit e5e089d

Browse files
committed
fix ci
1 parent 418333d commit e5e089d

File tree

5 files changed

+5
-20
lines changed

5 files changed

+5
-20
lines changed

.github/workflows/build_maixcam.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
echo "-- Build MaixPy for Linux now --"
5555
echo "--------------------------------"
5656
sudo apt update -y
57-
sudo apt install -y libopencv-dev libopencv-contrib-dev libsdl2-dev cmake
57+
sudo apt install -y libopencv-dev libopencv-contrib-dev libsdl2-dev cmake autoconf automake libtool git build-essential
5858
cmake --version
5959
python setup.py bdist_wheel linux
6060
echo "--------------------------------"
@@ -68,11 +68,6 @@ jobs:
6868
echo "----------------------------------"
6969
python setup.py bdist_wheel maixcam
7070
mv dist/* artifact/
71-
echo "----------------------------------"
72-
echo "-- Build MaixPy for MaixCAM2 now --"
73-
echo "----------------------------------"
74-
python setup.py bdist_wheel maixcam2
75-
mv dist/* artifact/
7671
7772
- name: Upload MaixPy Linux firmware as artifact
7873
uses: actions/upload-artifact@v4

.github/workflows/build_maixcam_dev.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
echo "-- Build MaixPy for Linux now --"
5555
echo "--------------------------------"
5656
sudo apt update -y
57-
sudo apt install -y libopencv-dev libopencv-contrib-dev libsdl2-dev cmake
57+
sudo apt install -y libopencv-dev libopencv-contrib-dev libsdl2-dev cmake autoconf automake libtool git build-essential
5858
cmake --version
5959
python setup.py bdist_wheel linux
6060
echo "--------------------------------"
@@ -68,11 +68,6 @@ jobs:
6868
echo "----------------------------------"
6969
python setup.py bdist_wheel maixcam
7070
mv dist/* artifact/
71-
echo "----------------------------------"
72-
echo "-- Build MaixPy for MaixCAM2 now --"
73-
echo "----------------------------------"
74-
python setup.py bdist_wheel maixcam2
75-
mv dist/* artifact/
7671
7772
- name: Upload MaixPy Linux firmware as artifact
7873
uses: actions/upload-artifact@v4

.github/workflows/build_maixcam_main_pr.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
echo "-- Build MaixPy for Linux now --"
5555
echo "--------------------------------"
5656
sudo apt update -y
57-
sudo apt install -y libopencv-dev libopencv-contrib-dev libsdl2-dev cmake
57+
sudo apt install -y libopencv-dev libopencv-contrib-dev libsdl2-dev cmake autoconf automake libtool git build-essential
5858
cmake --version
5959
python setup.py bdist_wheel linux
6060
echo "--------------------------------"
@@ -68,11 +68,6 @@ jobs:
6868
echo "----------------------------------"
6969
python setup.py bdist_wheel maixcam
7070
mv dist/* artifact/
71-
echo "----------------------------------"
72-
echo "-- Build MaixPy for MaixCAM2 now --"
73-
echo "----------------------------------"
74-
python setup.py bdist_wheel maixcam2
75-
mv dist/* artifact/
7671
7772
- name: Upload MaixPy Linux firmware as artifact
7873
uses: actions/upload-artifact@v4

.github/workflows/release_maixcam.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
echo "-- Build MaixPy for Linux now --"
4444
echo "--------------------------------"
4545
sudo apt update -y
46-
sudo apt install -y libopencv-dev libopencv-contrib-dev libsdl2-dev cmake libfuse-dev mtools
46+
sudo apt install -y libopencv-dev libopencv-contrib-dev libsdl2-dev cmake libfuse-dev mtools autoconf automake libtool git build-essential
4747
cmake --version
4848
python setup.py bdist_wheel linux
4949
echo "--------------------------------"

.github/workflows/release_other_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
echo "-- Build MaixPy for Linux now --"
4040
echo "--------------------------------"
4141
sudo apt update -y
42-
sudo apt install -y libopencv-dev libopencv-contrib-dev libsdl2-dev cmake
42+
sudo apt install -y libopencv-dev libopencv-contrib-dev libsdl2-dev cmake autoconf automake libtool git build-essential
4343
cmake --version
4444
python setup.py bdist_wheel linux
4545
echo "--------------------------------"

0 commit comments

Comments
 (0)