Skip to content

Commit

Permalink
which where
Browse files Browse the repository at this point in the history
  • Loading branch information
danpf committed Nov 16, 2023
1 parent f388e22 commit c00ce0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,20 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: first check
run: which cl
run: where cl

- name: Setup cmake
uses: jwlawson/[email protected]
with:
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 .
Expand Down

0 comments on commit c00ce0e

Please sign in to comment.