Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/static_code_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
fetch-depth: 0

# Patron, which is a transitive dependency of beaker-abs and Bolt, requires cURL libraries
- name: Install cURL
run: sudo apt install -y curl
- name: Install cURL development files
run: sudo apt install -y libcurl4-openssl-dev

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