Skip to content

Commit f9c9b4d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

0 commit comments

Comments
 (0)