diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f428cd4..796814f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,6 +53,9 @@ jobs: - name: Git Checkout uses: actions/checkout@v2 + - name: Install ruby-devel package + run: zypper --non-interactive install ruby-devel + - name: Install project dependencies run: bundle install