File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ jobs:
2727 sudo apt-get -y install cflow
2828 - name : Build
2929 run : |
30- PWD=`pwd`
31- cd examples/avr/ basic_usage/build
30+ cd examples/avr/
31+ cd basic_usage/build/
3232 make clean
3333 make build DEVICE=atmega328p F_CPU=16000000L
34- cd $PWD
35- cd examples/avr/ basic_usage_callbacks/build
34+ cd ../../
35+ cd basic_usage_callbacks/build/
3636 make clean
3737 make build DEVICE=atmega328p F_CPU=16000000L
Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ jobs:
2727 sudo apt-get -y install cflow
2828 - name : Build
2929 run : |
30- PWD=`pwd`
31- cd examples/linux/ basic_usage/build
30+ cd examples/linux/
31+ cd basic_usage/build/
3232 make clean
3333 make build
34- cd $PWD
35- cd examples/linux/ basic_usage_callbacks/build
34+ cd ../../
35+ cd basic_usage_callbacks/build/
3636 make clean
3737 make build
You can’t perform that action at this time.
0 commit comments