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 639e912 commit a92f7fcCopy full SHA for a92f7fc
.github/workflows/main.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Build Firmware
39
run: |
40
- echo $(pwd)
+ BUILDROOT=$(pwd)
41
cd NeoDK/firmware
42
- SEGGER=~/SEGGER_RTT_V792/RTT/ STM32CUBE_G0=~/STM32CubeG0 GNU_INSTALL_ROOT=$(dirname $(which arm-none-eabi-gcc))/ make
+ SEGGER=$(BUILDROOT)/SEGGER_RTT_V792/RTT/ STM32CUBE_G0=$(BUILDROOT)/STM32CubeG0 GNU_INSTALL_ROOT=$(dirname $(which arm-none-eabi-gcc))/ make
43
0 commit comments