diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a144ce58c..1f1c97eef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -686,6 +686,13 @@ jobs: uses: seanmiddleditch/gha-setup-ninja@v5 if: ${{ runner.os == 'Windows' }} + - name: Setup C++ + uses: alandefreitas/cpp-actions/setup-cpp@v1.8.12 + id: setup-cpp + with: + compiler: ${{ matrix.compiler }} + version: ${{ matrix.version }} + - name: Download MrDocs package uses: actions/download-artifact@v4 with: @@ -895,7 +902,7 @@ jobs: - name: Generate Demos run: | set -x - + declare -a generators=( "adoc" "xml"