fix lib path for simavr in pipeline

This commit is contained in:
Nicu Hodos 2022-10-27 22:03:00 +02:00
parent f9ae76aadf
commit 4ec9b50b1c

View File

@ -16,7 +16,7 @@ steps:
- name: embedded tests
commands:
- cd gateway
- pio test -e embedded --without-uploading
- LD_LIBRARY_PATH=~/.platformio/packages/tool-simavr/lib/ pio test -e embedded --without-uploading
- name: upload firmware
commands: