Skip to content

Commit 3467d5d

Browse files
committed
update release scipt
1 parent ba9bbe1 commit 3467d5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/scripts/release_linux.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ set -e
44
# Update the package list
55
apt-get update
66

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
7+
# Install Python and development headers, plus LLVM and clang as the available equivalents.
8+
apt-get install -y python3 python3-dev llvm clang
99

10-
# Python: upgrade pip and install packaging tools
10+
# Upgrade pip and install Python packaging tools
1111
python3 -m pip install --upgrade pip
1212
python3 -m pip install setuptools wheel twine auditwheel
1313

0 commit comments

Comments
 (0)