Skip to content

Commit

Permalink
The cinst command is no longer recognized.
Browse files Browse the repository at this point in the history
Use `choco install` instead.
  • Loading branch information
bcoconni committed Aug 26, 2023
1 parent 16c43d8 commit b2d8409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp-python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ jobs:
run: brew install doxygen
- name: Install Doxygen (Windows)
if: runner.os == 'Windows'
run: cinst doxygen.install
run: choco install doxygen.install
- name: Configure Doxygen
run: |
# We don't want Doxygen to generate the HTML docs in this job (saves time)
Expand Down

0 comments on commit b2d8409

Please sign in to comment.