mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Fix failing dependencies installation on GitHub Actions CI
This commit is contained in:
parent
3eb858bb6f
commit
86c8f35bba
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -33,9 +33,9 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- run: sudo apt-get update && sudo apt-get -y install libimlib2-dev chromium-browser
|
||||||
- uses: ruby/setup-ruby@v1
|
- uses: ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
ruby-version: 3.1
|
ruby-version: 3.1
|
||||||
bundler-cache: true
|
bundler-cache: true
|
||||||
- run: sudo apt-get -y install chromium-browser
|
|
||||||
- run: bundle exec rake
|
- run: bundle exec rake
|
||||||
|
|
Loading…
Add table
Reference in a new issue