We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d52db62 commit 8b34d06Copy full SHA for 8b34d06
.github/workflows/jekyll.yml
@@ -33,6 +33,8 @@ jobs:
33
steps:
34
- name: Checkout
35
uses: actions/checkout@v4
36
+ - name: Install build dependencies
37
+ run: sudo apt-get update && sudo apt-get install -y build-essential libffi-dev
38
- name: Setup Ruby
39
# https://github.com/ruby/setup-ruby/releases/tag/v1.207.0
40
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
0 commit comments