Skip to content

Commit b3ea07e

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

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 ruby3.1-dev unzip curl
32+
sudo apt-get install -y build-essential pkg-config cmake libssl-dev libruby3.1 unzip curl
3333
- name: Setup Ruby
3434
uses: ruby/setup-ruby@v1.221.0
3535
with:

0 commit comments

Comments
 (0)