diff --git a/.forgejo/workflows/main.yml b/.forgejo/workflows/main.yml index 0075048..5ce975e 100644 --- a/.forgejo/workflows/main.yml +++ b/.forgejo/workflows/main.yml @@ -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"