diff --git a/.github/workflows/pip.yml b/.github/workflows/pip.yml index 88b726b..e4c9eab 100644 --- a/.github/workflows/pip.yml +++ b/.github/workflows/pip.yml @@ -28,7 +28,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: first check - run: which cl + run: where cl - name: Setup cmake uses: jwlawson/actions-setup-cmake@v1.13 @@ -36,12 +36,12 @@ jobs: cmake-version: '3.16.x' - name: second check - run: which cl + run: where cl - uses: seanmiddleditch/gha-setup-ninja@master - name: third check - run: which cl + run: where cl - name: Build and install run: pip install --verbose .