Skip to content

Commit 892fe0d

Browse files
committed
Fix binutils install
1 parent e082197 commit 892fe0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ jobs:
243243
# defaults to binutils on Linux, so we need the plugin so that users can
244244
# enable lto while using the default linker.
245245
if [ "$RUNNER_OS" = "Linux" ]; then
246-
apt-get install binutils-dev
246+
sudo apt-get install binutils-dev
247247
fi
248248
249249
# There were some issues on the ARM64 MacOS runners with trying to build x86 object,

0 commit comments

Comments
 (0)