diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8912b6e49..4a0d5a1b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: - name: Install build dependancies # - fonts pickable by ImageMagick # - rust for YJIT support - run: sudo apt-get install -y gsfonts rustc redis-server + run: sudo apt-get update && sudo apt-get install -y gsfonts rustc redis-server - name: Setup the app runtime and dependencies uses: ./.github/actions/ci-setup-rails