Skip to content

Commit

Permalink
Remove the 'Install Ninja' step from .github/workflows/ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSchofield committed Nov 2, 2024
1 parent 1d4c49f commit 2e05671
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Ninja
shell: pwsh
run: |
choco install ninja
- name: Install NVIDIA Cuda Toolkit
if: ${{ matrix.cuda }}
shell: pwsh
Expand Down

0 comments on commit 2e05671

Please sign in to comment.