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

This commit is contained in:
chapeau 2024-09-08 08:02:58 +00:00
parent f930b6e225
commit d6ce35ecd4

View file

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