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 6970a00 commit 8fbbb20Copy full SHA for 8fbbb20
.github/workflows/jekyll.yml
@@ -20,6 +20,10 @@ jobs:
20
steps:
21
- name: Checkout
22
uses: actions/checkout@v4
23
+ - name: Install Build Dependencies
24
+ run: |
25
+ sudo apt-get update
26
+ sudo apt-get install -y build-essential libssl-dev libyaml-dev libreadline-dev zlib1g-dev libffi-dev
27
- name: Setup Ruby
28
uses: ruby/setup-ruby@v1
29
with:
0 commit comments