ci: Use clang/++ in Build docs step to build libwebrtc (#50353)

Release Notes:

- N/A
This commit is contained in:
Jakub Konka 2026-02-27 22:48:14 +01:00 committed by GitHub
parent 5856bd4ebc
commit 73ceaec7f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,6 +23,8 @@ jobs:
- name: Build docs
uses: ./.github/actions/build_docs
env:
CC: clang
CXX: clang++
DOCS_AMPLITUDE_API_KEY: ${{ secrets.DOCS_AMPLITUDE_API_KEY }}
- name: Deploy Docs