Merge pull request #9951 from kleph/update-apt-repo
Tech (CI): update apt repos before installing packages
This commit is contained in:
commit
6aabf38701
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -77,7 +77,7 @@ jobs:
|
||||||
- name: Install build dependancies
|
- name: Install build dependancies
|
||||||
# - fonts pickable by ImageMagick
|
# - fonts pickable by ImageMagick
|
||||||
# - rust for YJIT support
|
# - 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
|
- name: Setup the app runtime and dependencies
|
||||||
uses: ./.github/actions/ci-setup-rails
|
uses: ./.github/actions/ci-setup-rails
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue