mirror of
https://github.com/systemd/systemd.git
synced 2025-03-08 08:58:27 +03:00
ci: drop an unnecessary sudo
This commit is contained in:
parent
c0c6809663
commit
753803a66c
2
.github/workflows/build_test.sh
vendored
2
.github/workflows/build_test.sh
vendored
@ -80,7 +80,7 @@ elif [[ "$COMPILER" == gcc ]]; then
|
||||
AR="gcc-ar-$COMPILER_VERSION"
|
||||
# Latest gcc stack deb packages provided by
|
||||
# https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/test
|
||||
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
|
||||
add-apt-repository -y ppa:ubuntu-toolchain-r/test
|
||||
PACKAGES+=(gcc-$COMPILER_VERSION)
|
||||
else
|
||||
fatal "Unknown compiler: $COMPILER"
|
||||
|
Loading…
x
Reference in New Issue
Block a user