Skip to content

Commit

Permalink
ci: use sudo for apt
Browse files Browse the repository at this point in the history
  • Loading branch information
guuzaa committed Nov 10, 2024
1 parent a627ced commit 29f4082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_support/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#
set -e

apt-get -y update
sudo apt-get -y update

apt-get -y install \
sudo apt-get -y install \
build-essential \
clang-12 \
clang-format-12 \
Expand Down

0 comments on commit 29f4082

Please sign in to comment.