Skip to content

Commit

Permalink
nif
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Oct 20, 2024
1 parent 7f66d37 commit 10c6c3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
-
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 10c6c3b

Please sign in to comment.