Skip to content

Commit a92f7fc

Browse files
committed
Build debugging
1 parent 639e912 commit a92f7fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Build Firmware
3939
run: |
40-
echo $(pwd)
40+
BUILDROOT=$(pwd)
4141
cd NeoDK/firmware
42-
SEGGER=~/SEGGER_RTT_V792/RTT/ STM32CUBE_G0=~/STM32CubeG0 GNU_INSTALL_ROOT=$(dirname $(which arm-none-eabi-gcc))/ make
42+
SEGGER=$(BUILDROOT)/SEGGER_RTT_V792/RTT/ STM32CUBE_G0=$(BUILDROOT)/STM32CubeG0 GNU_INSTALL_ROOT=$(dirname $(which arm-none-eabi-gcc))/ make
4343

0 commit comments

Comments
 (0)