Skip to content

Commit b72ec73

Browse files
committed
setup
1 parent f7cd2b2 commit b72ec73

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,13 @@ jobs:
602602
uses: seanmiddleditch/gha-setup-ninja@v5
603603
if: ${{ runner.os == 'Windows' }}
604604

605+
- name: Setup C++
606+
uses: alandefreitas/cpp-actions/setup-cpp@v1.8.10
607+
id: setup-cpp
608+
with:
609+
compiler: ${{ matrix.compiler }}
610+
version: ${{ matrix.version }}
611+
605612
- name: Download MrDocs package
606613
uses: actions/download-artifact@v4
607614
with:

0 commit comments

Comments
 (0)