Merge pull request #9951 from kleph/update-apt-repo

Tech (CI): update apt repos before installing packages
This commit is contained in:
Colin Darie 2024-01-30 14:09:55 +00:00 committed by GitHub
commit 6aabf38701
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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