Skip to content

Commit 4e4de17

Browse files
Updating workflow file to fix build error
1 parent 0c2dfe6 commit 4e4de17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/jekyll.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
uses: actions/checkout@v4
2929
- name: Install build dependencies
3030
run: |
31+
sudo apt-get update
3132
sudo apt-get install -y build-essential pkg-config cmake libssl-dev libruby-dev unzip curl
3233
- name: Setup Ruby
3334
uses: ruby/[email protected]

0 commit comments

Comments
 (0)