We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b33f4b commit 4904205Copy full SHA for 4904205
.github/workflows/preview.yaml
@@ -41,11 +41,11 @@ jobs:
41
with:
42
python-version: 3.11
43
44
- # Install clang + libc++ (needed for C++17 build with Bazel)
45
- - name: Install clang and libc++
+ # Install clang + libstdc++ (needed for C++17 build with Bazel)
+ - name: Install clang and libstdc++
46
run: |
47
sudo apt-get update
48
- sudo apt-get install -y clang libc++-dev libc++abi-dev
+ sudo apt-get install -y clang libstdc++-14-dev
49
50
# Mount Bazel cache
51
- name: Mount bazel caches
0 commit comments