Skip to content

Commit 791e41f

Browse files
Update main.yml
1 parent 5505c69 commit 791e41f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/main.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)