Skip to content

Commit 3534d99

Browse files
committed
(maint) Install cURL development files
The container image we're using for this action already has cURL installed; Patron is looking for the development files, which are included in a separate package.
1 parent 218316f commit 3534d99

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/static_code_analysis.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
fetch-depth: 0
2121

2222
# 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
23+
- name: Install cURL development files
24+
run: sudo apt install -y libcurl4-openssl-dev
2525

2626
- name: Install ruby version ${{ env.ruby_version }}
2727
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)