diff --git a/.gitea/workflows/compile.yml b/.gitea/workflows/compile.yml index c3da2ce..d30a977 100644 --- a/.gitea/workflows/compile.yml +++ b/.gitea/workflows/compile.yml @@ -10,7 +10,9 @@ jobs: uses: actions/checkout@v3 - name: Install Ruby - run: apt-get install -y ruby-full + run: | + apt-get update + apt-get install -y ruby-full - name: Install dependencies run: bundle install