Skip to content

Commit 65889b8

Browse files
committed
fix sudo
1 parent 2675961 commit 65889b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/scripts/wheel/pre_build_script.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ fi
4848
# Install glibc-2.34
4949

5050
# Install older GCC (works on GitHub Ubuntu runners)
51-
sudo apt-get update
52-
sudo apt-get install -y gcc-11 g++-11
51+
apt-get update
52+
apt-get install -y gcc-11 g++-11
5353

5454
# Force glibc build to use GCC 11
5555
export CC=gcc-11

0 commit comments

Comments
 (0)