This commit is contained in:
Mayel de Borniol 2023-02-06 16:27:11 +13:00
parent e5130010a5
commit 7fbe48b20d
3 changed files with 4 additions and 4 deletions

View file

@ -114,7 +114,7 @@ jobs:
name: Install deps & build app
run: |
chmod +x deps-debian.sh && ./deps-debian.sh
. "/opt/asdf/asdf.sh"
. /opt/asdf/asdf.sh
mix local.hex --force
mix local.rebar --force
just config
@ -247,7 +247,7 @@ jobs:
npm install --global yarn
echo $PATH
ls -la $asdf_dir && ls -la $asdf_dir/bin
ls -la $asdf_dir && ls -la $asdf_dir/bin && /github/home/.asdf/shims
elixir -v
just --version
yarn -v

View file

@ -20,7 +20,7 @@ just --version || (asdf install just latest && asdf global just latest) || cargo
npm install --global yarn
echo $PATH
ls -la $asdf_dir && ls -la $asdf_dir/bin && ls -la $asdf_dir/bin/private
ls -la $asdf_dir && ls -la $asdf_dir/bin && ls -la /github/home/.asdf/shims
elixir -v
just --version
yarn -v

View file

@ -86,7 +86,7 @@ defmodule Bonfire.Umbrella.MixProject do
@default_flavour "classic"
@config [
# note that the flavour will automatically be added where the dash appears
version: "0.4.0-beta.72",
version: "0.4.0-beta.73",
elixir: "~> 1.13",
default_flavour: @default_flavour,
logo: "assets/static/images/bonfire-icon.png",