fixed up CI/CD to work with ext libs better

This commit is contained in:
Troy 2022-12-28 15:16:21 -05:00
parent 2d0b466296
commit c901efb929
2 changed files with 2 additions and 5 deletions

View File

@ -27,8 +27,5 @@ jobs:
python -m pip install --upgrade pip
pip install --upgrade platformio
- name: Install library dependencies
run: pio lib -g install 1
- name: Run PlatformIO
run: pio ci --project-conf platformio.ini .
run: pio run -e STM32F1 -e STM32F1-USB -e STM32F1-XCVR -e STM32F1-USB-96MHz -e STM32F1-USB-128MHz

View File

@ -52,7 +52,7 @@
#include "scsi_sense.h"
#include "scsi_status.h"
#include "scsi_mode.h"
#include <minIni.h>
#include "minIni.h"
#ifdef USE_STM32_DMA
#warning "warning USE_STM32_DMA"