We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5191bcc + 87d7295 commit a92cbf8Copy full SHA for a92cbf8
.github/workflows/main.yml
@@ -30,7 +30,7 @@ jobs:
30
if: runner.os == 'Linux'
31
run: |
32
sudo apt update
33
- 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 }}
34
- name: Set up Ruby ${{ matrix.ruby }}
35
uses: ruby/setup-ruby@v1
36
with:
0 commit comments