Remove cURL header from bundle-audit (#18652)

This commit is contained in:
Mac Siri 2022-10-28 09:37:59 -04:00 committed by GitHub
parent 8b13c755c1
commit e9d4f18f1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,8 +13,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install cURL Headers
run: sudo apt-get install libcurl4-openssl-dev
- uses: actions/checkout@v3
- name: setup ruby
uses: ruby/setup-ruby@v1