Skip to content

Commit

Permalink
ci test ubuntu: install libcairo-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 8, 2025
1 parent 09b3405 commit 1f47da2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
- name: Install system dependencies
if: |
runner.os == 'Linux'
run: |
sudo apt update
sudo apt install -V -y libcairo-dev
- name: Install system dependencies
if: |
runner.os == 'macOS'
Expand Down

0 comments on commit 1f47da2

Please sign in to comment.