From 28b6fb7ec7ae23cf370c53090ae0995eae84de0d Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 26 May 2020 10:05:22 +0200 Subject: sudo for apt-get --- .github/workflows/ccpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1