Skip to content

Commit 8b34d06

Browse files
committed
chore: workflow 수정
1 parent d52db62 commit 8b34d06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/jekyll.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
steps:
3434
- name: Checkout
3535
uses: actions/checkout@v4
36+
- name: Install build dependencies
37+
run: sudo apt-get update && sudo apt-get install -y build-essential libffi-dev
3638
- name: Setup Ruby
3739
# https://github.com/ruby/setup-ruby/releases/tag/v1.207.0
3840
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4

0 commit comments

Comments
 (0)