Skip to content

Commit 40ebde2

Browse files
author
danny
committed
do not build, just cache
1 parent 0d3d099 commit 40ebde2

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/build.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -145,18 +145,18 @@ jobs:
145145
echo "Using cached DEB file"
146146
fi
147147
sudo dpkg -i /tmp/nrf-cache/nrf-command-line-tools_10.23.0_amd64.deb
148-
- name: Build NRF5x firmware
149-
run: |
150-
cd firmware/nrf5x/
151-
make build
152-
make clean
153-
NRF_MODEL=nrf51 make build
154-
- name: Upload NRF5x firmware
155-
uses: actions/upload-artifact@v6
156-
with:
157-
name: nrf5x-firmware
158-
path: |
159-
firmware/nrf5x/compiled/*.bin
148+
# - name: Build NRF5x firmware
149+
# run: |
150+
# cd firmware/nrf5x/
151+
# make build
152+
# make clean
153+
# NRF_MODEL=nrf51 make build
154+
# - name: Upload NRF5x firmware
155+
# uses: actions/upload-artifact@v6
156+
# with:
157+
# name: nrf5x-firmware
158+
# path: |
159+
# firmware/nrf5x/compiled/*.bin
160160
# - name: Build ESP32 firmware
161161
# run: |
162162
# pio pkg list --project-dir firmware/ESP32/

0 commit comments

Comments
 (0)