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: 3 additions & 1 deletion .github/workflows/static_code_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:

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

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