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 ba9bbe1 commit 3467d5dCopy full SHA for 3467d5d
.github/workflows/scripts/release_linux.sh
@@ -4,10 +4,10 @@ set -e
4
# Update the package list
5
apt-get update
6
7
-# Install Python and development headers, plus LLVM 10 and clang-10 as equivalents for llvm-toolset-7.0
8
-apt-get install -y python3 python3-dev llvm-10 clang-10
+# Install Python and development headers, plus LLVM and clang as the available equivalents.
+apt-get install -y python3 python3-dev llvm clang
9
10
-# Python: upgrade pip and install packaging tools
+# Upgrade pip and install Python packaging tools
11
python3 -m pip install --upgrade pip
12
python3 -m pip install setuptools wheel twine auditwheel
13
0 commit comments