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 17ca88f commit b3ea07eCopy full SHA for b3ea07e
.github/workflows/jekyll.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Install build dependencies
30
run: |
31
sudo apt-get update
32
- sudo apt-get install -y build-essential pkg-config cmake libssl-dev ruby3.1-dev unzip curl
+ sudo apt-get install -y build-essential pkg-config cmake libssl-dev libruby3.1 unzip curl
33
- name: Setup Ruby
34
uses: ruby/[email protected]
35
with:
0 commit comments