Skip to content

Commit 17ca88f

Browse files
Updating workflow file to fix build error
1 parent 4e4de17 commit 17ca88f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ 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 libruby-dev unzip curl
32+
sudo apt-get install -y build-essential pkg-config cmake libssl-dev ruby3.1-dev unzip curl
3333
- name: Setup Ruby
3434
uses: ruby/setup-ruby@v1.221.0
3535
with:

0 commit comments

Comments
 (0)