Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kojix2 committed Sep 20, 2024
1 parent c3344b3 commit 909da5e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ jobs:
os: ["ubuntu", "macos"]
ruby: ["3.1", "3.2", "3.3"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- name: Install libcurl4 (ubuntu)
if: ${{ matrix.os == 'ubuntu' }}
run: |
sudo apt install libcurl4-openssl-dev
sudo apt-get update -y
sudo apt-get install -y libcurl4-openssl-dev
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand Down

0 comments on commit 909da5e

Please sign in to comment.