From d7ead10c34c5fc7cf0d126d48fff6422fe30c9d8 Mon Sep 17 00:00:00 2001 From: kleph Date: Tue, 30 Jan 2024 14:11:49 +0100 Subject: [PATCH] chores(ci): update apt repos before installing packages --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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