Skip to content

Commit 13e9230

Browse files
K-ballomizvekov
andauthored
fix(ci): setup C++ when building releases (#1041)
Co-authored-by: Matheus Izvekov <mizvekov@gmail.com>
1 parent 5e16e3f commit 13e9230

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,13 @@ jobs:
686686
uses: seanmiddleditch/gha-setup-ninja@v5
687687
if: ${{ runner.os == 'Windows' }}
688688

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+
689696
- name: Download MrDocs package
690697
uses: actions/download-artifact@v4
691698
with:
@@ -895,7 +902,7 @@ jobs:
895902
- name: Generate Demos
896903
run: |
897904
set -x
898-
905+
899906
declare -a generators=(
900907
"adoc"
901908
"xml"

0 commit comments

Comments
 (0)