File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 6565 run : |
6666 wget https://nsscprodmedia.blob.core.windows.net/prod/software-and-other-downloads/desktop-software/nrf-command-line-tools/sw/versions-10-x-x/10-23-0/nrf-command-line-tools_10.23.0_amd64.deb
6767 sudo dpkg -i nrf-command-line-tools_10.23.0_amd64.deb
68- - name : Cache Nordic Toolchain
69- uses : actions/cache@v4
70- with :
71- path : /opt/nordic
72- key : ${{ runner.os }}-nrf-10.23.0
7368 - uses : actions/setup-java@v3
7469 with :
7570 distribution : ' zulu'
9489 run : |
9590 flutter pub get --offline
9691 flutter build web --profile --base-href "/macless-haystack/"
97- - name : Cache Flutter Pub Dependencies
92+ - name : Cache Flutter Pub
9893 uses : actions/cache@v4
94+ id : flutter-pub-cache
9995 with :
10096 path : ~/.pub-cache
10197 key : ${{ runner.os }}-pub-${{ hashFiles('macless_haystack/pubspec.lock') }}
@@ -124,7 +120,7 @@ jobs:
124120 name : webapplication
125121 path : ./macless_haystack/build/webapplication
126122
127- - uses : actions/cache@v3
123+ - uses : actions/cache@v5
128124 with :
129125 path : |
130126 ~/.cache/pip
@@ -149,6 +145,7 @@ jobs:
149145 firmware/nrf5x/compiled/*.bin
150146 - name : Build ESP32 firmware
151147 run : |
148+ pio pkg list --project-dir firmware/ESP32/
152149 pio run -d firmware/ESP32/
153150 cd firmware/ESP32/.pio/build/esp32dev/
154151 zip -r esp32-firmware.zip firmware.bin partitions.bin bootloader.bin
You can’t perform that action at this time.
0 commit comments