Skip to content

Commit d1e4b1d

Browse files
Updating workflow file to fix build error
1 parent f9c9b4d commit d1e4b1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jekyll.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)