mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 03:14:56 +07:00
ci: Use clang/++ in Build docs step to build libwebrtc (#50353)
Release Notes: - N/A
This commit is contained in:
parent
5856bd4ebc
commit
73ceaec7f5
1 changed files with 2 additions and 0 deletions
2
.github/workflows/deploy_cloudflare.yml
vendored
2
.github/workflows/deploy_cloudflare.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue