Skip to content

Commit bd1efa1

Browse files
Jonathan YoungJonathan Young
authored andcommitted
Install protoc for gcld3 using sudo.
1 parent 5ebb6ea commit bd1efa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pullreqeust_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
python-version: "3.11"
1414
- name: Install dependencies
1515
run: |
16-
apt install -y protobuf-compiler
16+
sudo apt install -y protobuf-compiler
1717
protoc --version
1818
python -m pip install --upgrade pip
1919
python -m pip install poetry

0 commit comments

Comments
 (0)