Skip to content

Commit a406afe

Browse files
committed
Install to current directory
1 parent 62e9f4e commit a406afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
if: matrix.os == 'windows-latest'
6060
run: |
6161
pip install git+https://github.com/shenxianpeng/clang-tools-pip.git@main
62-
clang-tools --install ${{ matrix.version }}
62+
clang-tools --install ${{ matrix.version }} --directory .
6363
- name: Install on Linux
6464
if: matrix.os == 'ubuntu-latest'
6565
run: |

0 commit comments

Comments
 (0)