From c00ce0e6aaa691f3a8846eedbed9065eb1ddaacd Mon Sep 17 00:00:00 2001 From: Danny Farrell <16297104+danpf@users.noreply.github.com> Date: Thu, 16 Nov 2023 10:24:26 -0600 Subject: [PATCH] which where --- .github/workflows/pip.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 .