diff --git a/.github/workflows/static_code_analysis.yaml b/.github/workflows/static_code_analysis.yaml index be60d43..26170b8 100644 --- a/.github/workflows/static_code_analysis.yaml +++ b/.github/workflows/static_code_analysis.yaml @@ -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