Skip to content

Commit 4904205

Browse files
fix(rtbot) github action libstdc++ libstdc++-14-dev
1 parent 4b33f4b commit 4904205

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/preview.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ jobs:
4141
with:
4242
python-version: 3.11
4343

44-
# Install clang + libc++ (needed for C++17 build with Bazel)
45-
- name: Install clang and libc++
44+
# Install clang + libstdc++ (needed for C++17 build with Bazel)
45+
- name: Install clang and libstdc++
4646
run: |
4747
sudo apt-get update
48-
sudo apt-get install -y clang libc++-dev libc++abi-dev
48+
sudo apt-get install -y clang libstdc++-14-dev
4949
5050
# Mount Bazel cache
5151
- name: Mount bazel caches

0 commit comments

Comments
 (0)