Skip to content

Commit 3c608ad

Browse files
committed
add libstdc++-12-dev
1 parent a623c75 commit 3c608ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ sudo update-alternatives --install /usr/bin/clangd clangd /usr/bin/clangd-17 100
4747

4848
# Install CUDA and libstdc++ after clang is set up
4949
echo "Installing CUDA and libstdc++..."
50-
sudo apt-get install -y cuda-toolkit-12.8 libstdc++6
50+
sudo apt-get install -y cuda-toolkit-12.8 libstdc++6 libstdc++-12-dev
5151

5252
# Verify clang installation
5353
echo "Verifying clang installation..."

0 commit comments

Comments
 (0)