Skip to content

Commit

Permalink
[ci] Setup curl for Ubuntu on the pre release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Sep 18, 2024
1 parent 4d7d336 commit 747c6bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ jobs:
with:
ruby-version: '3.1'
working-directory: 'rb'
- name: Setup curl for Ubuntu
run: sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev
- name: "Prep git"
run: |
git config --local user.email "selenium-ci@users.noreply.github.com"
Expand Down

0 comments on commit 747c6bf

Please sign in to comment.