File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,15 +29,15 @@ jobs:
2929 - name : Install build dependencies
3030 run : |
3131 sudo apt-get update
32- sudo apt-get install -y build-essential pkg-config cmake libssl-dev
32+ sudo apt-get install -y build-essential pkg-config cmake libssl-dev libffi-dev libssl-dev zlib1g-dev
3333 - name : Setup Ruby
3434 uses : ruby/setup-ruby@v1.221.0
3535 with :
3636 ruby-version : ' 3.1' # Not needed with a .ruby-version file
3737 bundler-cache : false # runs 'bundle install' and caches installed gems automatically
3838 cache-version : 0 # Increment this number if you need to re-download cached gems
3939 - name : Install gems
40- run : bundle install --jobs 4 --retry 3 --verbose
40+ run : bundle install --jobs 1 --retry 3 --verbose
4141 - name : Setup Pages
4242 id : pages
4343 uses : actions/configure-pages@v5
You can’t perform that action at this time.
0 commit comments