File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,16 @@ jobs:
1111 - name : Checkout repo
1212 uses : actions/checkout@v4
1313
14- - name : Build changes
15- run : |
16- cd ~/actions-runner2/_work/pico-examples-pigweed/pico-examples-pigweed
17- git pull
18- rm -rf build
19- mkdir build
20- cd build
21- cmake .. -DPICO_BOARD=pigweed_dut -DPICO_SDK_PATH=~/pico/pico-sdk
22- cd hello_world/serial
23- make -j4
14+ # - name: Build changes
15+ # run: |
16+ # cd ~/actions-runner2/_work/pico-examples-pigweed/pico-examples-pigweed
17+ # git pull
18+ # rm -rf build
19+ # mkdir build
20+ # cd build
21+ # cmake .. -DPICO_BOARD=pigweed_dut -DPICO_SDK_PATH=~/pico/pico-sdk
22+ # cd hello_world/serial
23+ # make -j4
2424
2525 - name : Checkout pigweed test script
2626 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments