Update toolchain to version 19. Update codeowners. Fix amap analyze. (#1986)

* Up toolchain to 19
* Fix amap_analyse.yml
* Github: update codeowners

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
This commit is contained in:
Max Andreev
2022-11-08 19:56:49 +03:00
committed by GitHub
parent 4d11213494
commit ce294c3b1e
4 changed files with 10 additions and 5 deletions

View File

@@ -91,7 +91,7 @@ jobs:
export RODATA_SIZE="$(get_size ".rodata")"
export DATA_SIZE="$(get_size ".data")"
export FREE_FLASH_SIZE="$(get_size ".free_flash")"
python3 -m pip install mariadb
python3 -m pip install mariadb==1.1.4
python3 scripts/amap_mariadb_insert.py \
${{ secrets.AMAP_MARIADB_USER }} \
${{ secrets.AMAP_MARIADB_PASSWORD }} \