Skip to content

Commit

Permalink
github: Fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Apr 11, 2024
1 parent bf0b140 commit 9323376
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-dart-sass-v1.yml
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Install docutils
run: |
pip install docutils
rst2html.py --version
rst2html --version
- if: matrix.os == 'ubuntu-latest'
name: Install pandoc on Linux
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Install docutils
run: |
pip install docutils
rst2html.py --version
rst2html --version
- if: matrix.os == 'ubuntu-latest'
name: Install pandoc on Linux
run: |
Expand Down

0 comments on commit 9323376

Please sign in to comment.