Skip to content

Commit 579e813

Browse files
author
danny
committed
Updated plugins
1 parent d6c374c commit 579e813

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,6 @@ jobs:
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'
@@ -94,8 +89,9 @@ jobs:
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

0 commit comments

Comments
 (0)