Skip to content

Commit

Permalink
run as root
Browse files Browse the repository at this point in the history
  • Loading branch information
decahedron1 committed Jan 10, 2025
1 parent 61fd62e commit 7e37580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install protoc
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
apt update && apt install protobuf-compiler -y
sudo apt-get update && sudo apt-get install protobuf-compiler -y
elif [ "$RUNNER_OS" == "macOS" ]; then
brew install protobuf
fi
Expand Down

0 comments on commit 7e37580

Please sign in to comment.