diff --git a/.gitea/workflows/compile.yml b/.gitea/workflows/compile.yml index 97f3141..c3da2ce 100644 --- a/.gitea/workflows/compile.yml +++ b/.gitea/workflows/compile.yml @@ -9,7 +9,10 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - - name: Compile software + - name: Install Ruby + run: apt-get install -y ruby-full + + - name: Install dependencies run: bundle install - name: Execute program