mirror of
https://github.com/erichelgeson/BlueSCSI.git
synced 2024-09-09 23:54:28 +00:00
fixed up CI/CD to work with ext libs better
This commit is contained in:
parent
2d0b466296
commit
c901efb929
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user