Skip to content

Commit 54a1c4b

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

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/jekyll.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,11 @@ 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
3836
- name: Setup Ruby
3937
# https://github.com/ruby/setup-ruby/releases/tag/v1.207.0
40-
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
38+
uses: ruby/setup-ruby@v1
4139
with:
42-
ruby-version: "3.1" # Not needed with a .ruby-version file
40+
ruby-version: "3.2" # Not needed with a .ruby-version file
4341
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
4442
cache-version: 0 # Increment this number if you need to re-download cached gems
4543
- name: Setup Pages

0 commit comments

Comments
 (0)