fix(ci): install build-essential in verify step for bcrypt_elixir NIF compilation
Some checks failed
Build and Push / Build and Push Docker Image (push) Has been cancelled

This commit is contained in:
Graham McIntire 2026-07-28 08:03:41 -05:00
parent cfa2b06617
commit 486c1e5c66

View file

@ -60,7 +60,7 @@ jobs:
docker.io/hexpm/elixir:1.20.1-erlang-29.0.2-debian-trixie-20260518-slim \
sh -euc '\
mkdir -p /app && cd /app && tar xf - && \
apt-get update -qq && apt-get install -y -qq git curl ca-certificates && \
apt-get update -qq && apt-get install -y -qq git curl ca-certificates build-essential && \
mix local.hex --force && \
mix local.rebar --force && \
mix deps.get --only prod && \