Skip to content

Commit

Permalink
Merge pull request #9951 from kleph/update-apt-repo
Browse files Browse the repository at this point in the history
Tech (CI): update apt repos before installing packages
  • Loading branch information
colinux authored Jan 30, 2024
2 parents df1dd19 + d7ead10 commit 6aabf38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6aabf38

Please sign in to comment.