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.
1 parent f39bed0 commit 58dbd0cCopy full SHA for 58dbd0c
.github/workflows/precommit.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: install infrastructure (Linux)
49
if: startsWith( matrix.cfg.os, 'ubuntu-' )
50
run: |
51
- sudo ln -s /usr/lib/llvm-10/include/c++/v1 /usr/include/c++/v1
+ sudo ln -s /usr/lib/llvm-10/include/c++/v1 /usr/include/c++/v1
52
53
- name: Set up Python ${{ matrix.python-version }}
54
id: setup-python
0 commit comments