Skip to content

Commit 2ac96c3

Browse files
committed
[ci-nerves] updated ci
1 parent 62ee1e7 commit 2ac96c3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/nerves-build.yml

-4
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,6 @@ jobs:
199199
200200
export MIX_TARGET=${{ matrix.pair.target }}
201201
export TFLITE_BEAM_CORAL_LIBEDGETPU_LIBRARIES=${{ matrix.pair.libedgetpu_library }}
202-
export TFLITE_BEAM_PREFER_PRECOMPILED=true
203-
if [ "${TFLITE_BEAM_CORAL_LIBEDGETPU_LIBRARIES}" = "armv6" ]; then
204-
export TFLITE_BEAM_PREFER_PRECOMPILED=false
205-
fi
206202
207203
mix deps.get 1>/dev/null 2>&1
208204
cp -a ../tflite_elixir/notebooks ./priv/tflite_examples

0 commit comments

Comments
 (0)