Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2022-02-27 18:16:06 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2022-02-27 18:16:06 +0300
commit38f6ab21d3e566045e1e746597c78e20d9c885d3 (patch)
tree00eca84010458ba5f3c28b33acead0d34e686bc1 /.github
parentaa9476dff6e724e19ff37976aba6ef149fb4329c (diff)
Workflow fix
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/trigger_on_code_change.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/trigger_on_code_change.yml b/.github/workflows/trigger_on_code_change.yml
index 38fcdf0..1bbc30f 100644
--- a/.github/workflows/trigger_on_code_change.yml
+++ b/.github/workflows/trigger_on_code_change.yml
@@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
- apt-get install python3-protobuf protobuf-compiler splint valgrind
+ sudo apt-get install python3-protobuf protobuf-compiler splint valgrind
- name: Run tests
run: |