diff --git a/.gitea/workflows/compile.yml b/.gitea/workflows/compile.yml index d30a977..6740e5a 100644 --- a/.gitea/workflows/compile.yml +++ b/.gitea/workflows/compile.yml @@ -9,10 +9,11 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - - name: Install Ruby + - name: Install Ruby and Bundler run: | apt-get update apt-get install -y ruby-full + gem install bundler - name: Install dependencies run: bundle install