Actualiser .forgejo/workflows/main.yml
Some checks failed
/ build (push) Failing after 45s

This commit is contained in:
chapeau 2024-09-08 07:58:15 +00:00
parent f43a071671
commit f930b6e225

View file

@ -18,7 +18,8 @@ jobs:
shell: bash
run: |
apt update
apt install -y bundler git
apt install -y ruby-full build-essential git
gem install bundler
git config --global user.email "$MAIL"
git config --global user.name "CI Builder"
bundle install