mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
Merge pull request #434 from aeiouaeiouaeiouaeiouaeiouaeiou/fix-github-actions
Fix failing dependencies installation on GitHub Actions CI
This commit is contained in:
commit
8082944d68
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:
|
||||
- uses: actions/checkout@v2
|
||||
- run: sudo apt-get update && sudo apt-get -y install libimlib2-dev chromium-browser
|
||||
- uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: 3.1
|
||||
bundler-cache: true
|
||||
- run: sudo apt-get -y install chromium-browser
|
||||
- run: bundle exec rake
|
||||
|
|
Loading…
Add table
Reference in a new issue