From 2ac96c3e9e3d0b557b86c67d089f1a2892916cc1 Mon Sep 17 00:00:00 2001 From: Cocoa Date: Tue, 23 Jan 2024 18:46:38 +0700 Subject: [PATCH] [ci-nerves] updated ci --- .github/workflows/nerves-build.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/nerves-build.yml b/.github/workflows/nerves-build.yml index ac89eca..d65c883 100644 --- a/.github/workflows/nerves-build.yml +++ b/.github/workflows/nerves-build.yml @@ -199,10 +199,6 @@ jobs: export MIX_TARGET=${{ matrix.pair.target }} export TFLITE_BEAM_CORAL_LIBEDGETPU_LIBRARIES=${{ matrix.pair.libedgetpu_library }} - export TFLITE_BEAM_PREFER_PRECOMPILED=true - if [ "${TFLITE_BEAM_CORAL_LIBEDGETPU_LIBRARIES}" = "armv6" ]; then - export TFLITE_BEAM_PREFER_PRECOMPILED=false - fi mix deps.get 1>/dev/null 2>&1 cp -a ../tflite_elixir/notebooks ./priv/tflite_examples