Skip to content

Commit

Permalink
Use librsvg2-bin instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Ao-senXiong committed Dec 31, 2024
1 parent 86cada4 commit e90d1ba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@ jobs:
- name: Install shellcheck and checkbashisms
if: matrix.script == 'misc'
run: |
apt-cache policy imagemagick
sudo apt install -y shellcheck devscripts python3-pip texlive-latex-base texlive-latex-extra imagemagick
sudo apt install -y shellcheck devscripts python3-pip texlive-latex-base texlive-latex-extra librsvg2-bin
pip install black flake8 html5validator
- name: Run test script checker/bin-devel/test-${{ matrix.script }}
run: ./checker/bin-devel/test-${{ matrix.script }}.sh
Expand Down Expand Up @@ -150,7 +149,7 @@ jobs:
- name: Install shellcheck and checkbashisms
if: matrix.script == 'misc'
run: |
sudo apt install -y shellcheck devscripts python3-pip texlive-latex-base texlive-latex-extra imagemagick
sudo apt install -y shellcheck devscripts python3-pip texlive-latex-base texlive-latex-extra librsvg2-bin
pip install black flake8 html5validator
- name: Setup Bazel
uses: bazel-contrib/setup-bazel@0.10.0
Expand Down

0 comments on commit e90d1ba

Please sign in to comment.