We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e082197 commit 892fe0dCopy full SHA for 892fe0d
.github/workflows/release-binaries.yml
@@ -243,7 +243,7 @@ jobs:
243
# defaults to binutils on Linux, so we need the plugin so that users can
244
# enable lto while using the default linker.
245
if [ "$RUNNER_OS" = "Linux" ]; then
246
- apt-get install binutils-dev
+ sudo apt-get install binutils-dev
247
fi
248
249
# There were some issues on the ARM64 MacOS runners with trying to build x86 object,
0 commit comments