We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bc4f80 commit 51c0295Copy full SHA for 51c0295
.github/workflows/linux-precompile.yml
@@ -8,8 +8,10 @@ on:
8
- 'precompile-test-linux'
9
10
jobs:
11
- mix_test:
+ precompile:
12
runs-on: ubuntu-20.04
13
+ env:
14
+ TFLITE_ELIXIR_PREFER_PRECOMPILED: NO
15
strategy:
16
fail-fast: false
17
matrix:
.github/workflows/macos-precompile.yml
@@ -8,10 +8,11 @@ on:
- 'precompile-test-macos'
runs-on: macos-11
env:
MIX_ENV: dev
18
0 commit comments