We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a623c75 commit 3c608adCopy full SHA for 3c608ad
.ci/setup.sh
@@ -47,7 +47,7 @@ sudo update-alternatives --install /usr/bin/clangd clangd /usr/bin/clangd-17 100
47
48
# Install CUDA and libstdc++ after clang is set up
49
echo "Installing CUDA and libstdc++..."
50
-sudo apt-get install -y cuda-toolkit-12.8 libstdc++6
+sudo apt-get install -y cuda-toolkit-12.8 libstdc++6 libstdc++-12-dev
51
52
# Verify clang installation
53
echo "Verifying clang installation..."
0 commit comments