We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 218316f + 3534d99 commit 992324cCopy full SHA for 992324c
1 file changed
.github/workflows/static_code_analysis.yaml
@@ -20,8 +20,8 @@ jobs:
20
fetch-depth: 0
21
22
# Patron, which is a transitive dependency of beaker-abs and Bolt, requires cURL libraries
23
- - name: Install cURL
24
- run: sudo apt install -y curl
+ - name: Install cURL development files
+ run: sudo apt install -y libcurl4-openssl-dev
25
26
- name: Install ruby version ${{ env.ruby_version }}
27
uses: ruby/setup-ruby@v1
0 commit comments