We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d7d336 commit 747c6bfCopy full SHA for 747c6bf
.github/workflows/pre-release.yml
@@ -72,6 +72,8 @@ jobs:
72
with:
73
ruby-version: '3.1'
74
working-directory: 'rb'
75
+ - name: Setup curl for Ubuntu
76
+ run: sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev
77
- name: "Prep git"
78
run: |
79
git config --local user.email "[email protected]"
0 commit comments