File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -52,18 +52,16 @@ jobs:
5252 runs-on : ${{ matrix.os }}
5353 steps :
5454 - name : Set up Python 3.8
55- uses : actions/setup-python@v3
55+ uses : actions/setup-python@v4
5656 with :
5757 python-version : " 3.8"
58- - name : Install dependencies
59- run : python -m pip install --upgrade pip
6058 - name : Install on windows
61- if : ${{ matrix.os }} == " windows-latest"
59+ # if: ${{ matrix.os }} == " windows-latest"
6260 run : |
6361 pip install clang-tools
6462 clang-tools --install ${{ matrix.version }}
65- - name : Install on Linux or MacOS
66- if : ${{ matrix.os }} != " windows-latest"
67- run : |
68- sudo pip install clang-tools
69- sudo clang-tools --install ${{ matrix.version }}
63+ # - name: Install on Linux or MacOS
64+ # if: ${{ matrix.os }} != " windows-latest"
65+ # run: |
66+ # sudo pip install clang-tools
67+ # sudo clang-tools --install ${{ matrix.version }}
You can’t perform that action at this time.
0 commit comments