Skip to content

Commit 8dc4565

Browse files
committed
Add dependencies step to build-gems workflow, install libssl-dev
1 parent da71cf9 commit 8dc4565

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-gems.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
matrix:
3636
ruby-platform: ${{ fromJSON(needs.ci-data.outputs.result).supported-ruby-platforms }}
3737
steps:
38+
- name: Install dependencies
39+
run: |
40+
sudo apt-get install libssl-dev
41+
shell: bash
3842
- uses: actions/checkout@v4
3943

4044
- name: Set variables

0 commit comments

Comments
 (0)