This commit is contained in:
Mayel de Borniol 2024-04-16 00:28:45 +01:00
parent 46dfdec78f
commit f568c7b22c
3 changed files with 14 additions and 10 deletions

View file

@ -138,9 +138,21 @@ jobs:
run: |
echo "$HOME/.local/bin" >> $GITHUB_PATH
-
name: Install system deps
name: Install system deps & tools
run: |
chmod +x deps-debian.sh && ./deps-debian.sh
echo "$HOME/.local/share/mise/shims" >> $GITHUB_PATH
-
name: Check tools
run: |
echo $PATH
which erl
elixir -v
just --version
yarn -v
mix local.hex --force
mix local.rebar --force
-
name: Install Bonfire deps
run: |

View file

@ -21,11 +21,3 @@ mise install
# just --version || (asdf install just latest && asdf global just latest) || cargo install just #|| apt-get install -y just
# npm install --global yarn
echo $PATH
which erl
elixir -v
just --version
yarn -v
mix local.hex --force
mix local.rebar --force

View file

@ -154,7 +154,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.44",
version: "0.9.10-beta.45",
elixir: ">= #{System.get_env("ELIXIR_VERSION", "1.13.4")}",
flavour: @flavour,
default_flavour: @default_flavour,