Skip to content

Commit

Permalink
Refactor CI to remove duplicated line (#1230)
Browse files Browse the repository at this point in the history
"libcurl4-openssl-dev" is already installed in previous step.
  • Loading branch information
tricknotes committed Jan 2, 2021
1 parent 18b9bd5 commit 086bb62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -57,7 +57,6 @@ jobs:
- name: Build
run: |
sudo apt-get install libcurl4-openssl-dev
gem install bundler -v '<2'
bundle install --jobs 4 --retry 3
Expand Down

0 comments on commit 086bb62

Please sign in to comment.