Skip to content

Commit a92cbf8

Browse files
authored
Merge pull request #59 from libgit2/cmn/ci-pygments
ci: install python-pygments
2 parents 5191bcc + 87d7295 commit a92cbf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
if: runner.os == 'Linux'
3131
run: |
3232
sudo apt update
33-
sudo apt install -y libclang-${{ matrix.llvm }}-dev llvm-${{ matrix.llvm }} clang-${{ matrix.llvm }}
33+
sudo apt install -y python-pygments libclang-${{ matrix.llvm }}-dev llvm-${{ matrix.llvm }} clang-${{ matrix.llvm }}
3434
- name: Set up Ruby ${{ matrix.ruby }}
3535
uses: ruby/setup-ruby@v1
3636
with:

0 commit comments

Comments
 (0)