From ca498c0a42657acdbda889597116fae844db9f8b Mon Sep 17 00:00:00 2001 From: Sam Soffes Date: Mon, 26 Aug 2019 21:50:43 -0700 Subject: [PATCH] Maybe --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e040b5eb..de8334dd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,6 +9,6 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-ruby@v1 - name: 'Install Dependencies' - run: gem install bundler && bundle install + run: sudo apt-get install libcurl4-openssl-dev && gem install bundler && bundle install - name: 'Test' run: bundle exec rake test