Skip to content

Commit 1661180

Browse files
committed
bump nerves build
Signed-off-by: Cocoa <[email protected]>
1 parent 6566a2a commit 1661180

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/nerves-build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
env:
4949
MIX_ENV: prod
5050
NERVES_PROJ_NAME: nerves_tflite
51-
NERVES_LIVEBOOK_VER: "v0.12.1"
51+
NERVES_LIVEBOOK_VER: "v0.14.0"
5252
TFLITE_BEAM_PREFER_PRECOMPILED: "true"
5353
TFLITE_BEAM_CORAL_SUPPORT: "true"
5454

@@ -95,8 +95,8 @@ jobs:
9595

9696
- uses: erlef/setup-beam@v1
9797
with:
98-
otp-version: "26"
99-
elixir-version: "1.16"
98+
otp-version: "27"
99+
elixir-version: "1.17"
100100

101101
- name: Install nerves and system dependecies
102102
run: |
@@ -106,8 +106,8 @@ jobs:
106106
mix local.hex --force
107107
mix local.rebar --force
108108
mix archive.install hex nerves_bootstrap --force
109-
wget -k https://github.com/fwup-home/fwup/releases/download/v1.10.0/fwup_1.10.0_amd64.deb -O fwup_1.10.0_amd64.deb
110-
sudo dpkg -i fwup_1.10.0_amd64.deb
109+
wget -k https://github.com/fwup-home/fwup/releases/download/v1.11.0/fwup_1.11.0_amd64.deb -O fwup_1.11.0_amd64.deb
110+
sudo dpkg -i fwup_1.11.0_amd64.deb
111111
112112
- name: Make a nerves project
113113
run: |

0 commit comments

Comments
 (0)