We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e16e3f commit 13e9230Copy full SHA for 13e9230
.github/workflows/ci.yml
@@ -686,6 +686,13 @@ jobs:
686
uses: seanmiddleditch/gha-setup-ninja@v5
687
if: ${{ runner.os == 'Windows' }}
688
689
+ - name: Setup C++
690
+ uses: alandefreitas/cpp-actions/setup-cpp@v1.8.12
691
+ id: setup-cpp
692
+ with:
693
+ compiler: ${{ matrix.compiler }}
694
+ version: ${{ matrix.version }}
695
+
696
- name: Download MrDocs package
697
uses: actions/download-artifact@v4
698
with:
@@ -895,7 +902,7 @@ jobs:
895
902
- name: Generate Demos
896
903
run: |
897
904
set -x
898
-
905
899
906
declare -a generators=(
900
907
"adoc"
901
908
"xml"
0 commit comments