File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 48
48
env :
49
49
MIX_ENV : prod
50
50
NERVES_PROJ_NAME : nerves_tflite
51
- NERVES_LIVEBOOK_VER : " v0.12.1 "
51
+ NERVES_LIVEBOOK_VER : " v0.14.0 "
52
52
TFLITE_BEAM_PREFER_PRECOMPILED : " true"
53
53
TFLITE_BEAM_CORAL_SUPPORT : " true"
54
54
95
95
96
96
- uses : erlef/setup-beam@v1
97
97
with :
98
- otp-version : " 26 "
99
- elixir-version : " 1.16 "
98
+ otp-version : " 27 "
99
+ elixir-version : " 1.17 "
100
100
101
101
- name : Install nerves and system dependecies
102
102
run : |
@@ -106,8 +106,8 @@ jobs:
106
106
mix local.hex --force
107
107
mix local.rebar --force
108
108
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
111
111
112
112
- name : Make a nerves project
113
113
run : |
You can’t perform that action at this time.
0 commit comments