fix compile error on gcc13 and ci

This commit is contained in:
Neucrack
2025-07-29 00:15:56 +08:00
parent 511936b9cb
commit 0907b2b27e
4 changed files with 5680 additions and 5677 deletions

View File

@@ -46,7 +46,7 @@ jobs:
echo "--------------------------------"
python -m pip install -r requirements.txt
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 autoconf automake libtool git build-essential
echo "--------------------------------"
echo "-- Build Test for Linux now --"
echo "--------------------------------"

View File

@@ -46,7 +46,7 @@ jobs:
echo "--------------------------------"
python -m pip install -r requirements.txt
sudo apt update -y
sudo apt install -y cmake
sudo apt install -y cmake autoconf automake libtool git build-essential
echo "--------------------------------"
echo "-- Build Test for MaixCAM now --"
echo "--------------------------------"

View File

@@ -46,7 +46,7 @@ jobs:
echo "--------------------------------"
python -m pip install -r requirements.txt
sudo apt update -y
sudo apt install -y cmake
sudo apt install -y cmake autoconf automake libtool git build-essential
echo "--------------------------------"
echo "-- Build API DOC for MaixCAM now --"
echo "--------------------------------"

File diff suppressed because it is too large Load Diff