summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2020-05-26 10:05:22 +0200
committerMarcus Meissner <marcus@jet.franken.de>2020-05-26 10:05:22 +0200
commit28b6fb7ec7ae23cf370c53090ae0995eae84de0d (patch)
tree45be509373576a972a03fc8ee23ddf549160f994
parent16a6f0456afa3fb15d4f8e0914ddd18703654e86 (diff)
downloadlibgphoto2-28b6fb7ec7ae23cf370c53090ae0995eae84de0d.tar.gz
sudo for apt-get
-rw-r--r--.github/workflows/ccpp.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml
index 3fa8d5247..199d7b5c2 100644
--- a/.github/workflows/ccpp.yml
+++ b/.github/workflows/ccpp.yml
@@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: apt-get install
- run: apt-get install autopoint
+ run: sudo apt-get install autopoint
- name: autoreconf
run: autoreconf -i -f
- name: configure