Skip to content

Commit

Permalink
Revert "Add dependencies step to build-gems workflow, install libssl-…
Browse files Browse the repository at this point in the history
…dev"

This reverts commit 8dc4565.

This was entirely wrong - the builds aren't taking place in the same
container as the action itself, so this doesn't do anything. Duh.
  • Loading branch information
taylorthurlow committed Jan 16, 2024
1 parent 3d03674 commit 6a9cd25
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-gems.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ jobs:
matrix:
ruby-platform: ${{ fromJSON(needs.ci-data.outputs.result).supported-ruby-platforms }}
steps:
- name: Install dependencies
run: |
sudo apt-get install libssl-dev
shell: bash
- uses: actions/checkout@v4

- name: Set variables
Expand Down

0 comments on commit 6a9cd25

Please sign in to comment.