From b2d84091f63a7c91761770f5d6c501a17d83192c Mon Sep 17 00:00:00 2001 From: Bertrand Coconnier Date: Sat, 26 Aug 2023 19:09:58 +0200 Subject: [PATCH] The `cinst` command is no longer recognized. Use `choco install` instead. --- .github/workflows/cpp-python-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cpp-python-build.yml b/.github/workflows/cpp-python-build.yml index 2bfc4fbee..72fa48434 100644 --- a/.github/workflows/cpp-python-build.yml +++ b/.github/workflows/cpp-python-build.yml @@ -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)