From 10c6c3b1994c6c603aad063dd35d327bea138bd5 Mon Sep 17 00:00:00 2001 From: Mayel de Borniol Date: Sun, 20 Oct 2024 20:26:41 +0100 Subject: [PATCH] nif --- .github/workflows/release.yaml | 6 +++--- mix.exs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 720d9be1a1..1719d29a59 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -24,9 +24,9 @@ jobs: ERLANG_VERSION: "27.1.2" ELIXIR_VERSION: "1.17.3" # TODO: read these ^ from .tool-versions.env - WITH_IMAGE_VIX: 0 - ENABLE_AI: 0 - WITH_LV_NATIVE: 0 + ENABLE_AI: "0" + WITH_LV_NATIVE: "0" + WITH_IMAGE_VIX: "0" # ^ TEMP workaround for evision_nif crash on app start steps: - diff --git a/mix.exs b/mix.exs index f956586f23..e054cb0411 100644 --- a/mix.exs +++ b/mix.exs @@ -208,7 +208,7 @@ defmodule Bonfire.Umbrella.MixProject do # TODO: put these in ENV or an external writeable config file similar to deps.* @config [ # note that the flavour will automatically be added where the dash appears - version: "0.9.10-beta.166", + version: "0.9.10-beta.167", elixir: ">= #{System.get_env("ELIXIR_VERSION", "1.13.4")}", flavour: @flavour, default_flavour: @default_flavour,