We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cb1c05 commit d895474Copy full SHA for d895474
.github/actions/setup_rust_cargo/action.yaml
@@ -15,8 +15,8 @@ runs:
15
if [ -f /opt/homebrew/bin/brew ]; then
16
/opt/homebrew/bin/brew install protobuf
17
elif [ -f /usr/bin/apt ]; then
18
- /usr/bin/apt update
19
- /usr/bin/apt install -y protobuf-compiler
+ sudo /usr/bin/apt update
+ sudo /usr/bin/apt install -y protobuf-compiler
20
fi
21
22
- uses: actions/cache@v4
0 commit comments