Skip to content

Commit 51c0295

Browse files
committed
set TFLITE_ELIXIR_PREFER_PRECOMPILED to NO in precompile ci workflow
1 parent 3bc4f80 commit 51c0295

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/linux-precompile.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ on:
88
- 'precompile-test-linux'
99

1010
jobs:
11-
mix_test:
11+
precompile:
1212
runs-on: ubuntu-20.04
13+
env:
14+
TFLITE_ELIXIR_PREFER_PRECOMPILED: NO
1315
strategy:
1416
fail-fast: false
1517
matrix:

.github/workflows/macos-precompile.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ on:
88
- 'precompile-test-macos'
99

1010
jobs:
11-
mix_test:
11+
precompile:
1212
runs-on: macos-11
1313
env:
1414
MIX_ENV: dev
15+
TFLITE_ELIXIR_PREFER_PRECOMPILED: NO
1516

1617
strategy:
1718
fail-fast: false

0 commit comments

Comments
 (0)