Skip to content

Commit 58dbd0c

Browse files
authored
Update precommit.yml
1 parent f39bed0 commit 58dbd0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/precommit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: install infrastructure (Linux)
4949
if: startsWith( matrix.cfg.os, 'ubuntu-' )
5050
run: |
51-
sudo ln -s /usr/lib/llvm-10/include/c++/v1 /usr/include/c++/v1
51+
sudo ln -s /usr/lib/llvm-10/include/c++/v1 /usr/include/c++/v1
5252
5353
- name: Set up Python ${{ matrix.python-version }}
5454
id: setup-python

0 commit comments

Comments
 (0)