We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe4e9c6 commit a81eee0Copy full SHA for a81eee0
.github/workflows/main.yml
@@ -39,5 +39,5 @@ jobs:
39
run: |
40
echo $(pwd)
41
cd NeoDK/firmware
42
- SEGGER=~/work/SEGGER_RTT_V792/RTT/ STM32CUBE_G0=~/work/STM32CubeG0 GNU_INSTALL_ROOT=$(dirname $(which arm-none-eabi-gcc))/ make
+ SEGGER=~/work/NeoDK/NeoDK/SEGGER_RTT_V792/RTT/ STM32CUBE_G0=~/work/NeoDK/NeoDK/STM32CubeG0 GNU_INSTALL_ROOT=$(dirname $(which arm-none-eabi-gcc))/ make
43
0 commit comments