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