Skip to content

Commit

Permalink
Merge pull request #59 from libgit2/cmn/ci-pygments
Browse files Browse the repository at this point in the history
ci: install python-pygments
  • Loading branch information
carlosmn authored Jun 3, 2021
2 parents 5191bcc + 87d7295 commit a92cbf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if: runner.os == 'Linux'
run: |
sudo apt update
sudo apt install -y libclang-${{ matrix.llvm }}-dev llvm-${{ matrix.llvm }} clang-${{ matrix.llvm }}
sudo apt install -y python-pygments libclang-${{ matrix.llvm }}-dev llvm-${{ matrix.llvm }} clang-${{ matrix.llvm }}
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit a92cbf8

Please sign in to comment.